Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-06 17:05:19 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-06 17:05:19 +0300
commit962b57df5a3f476407858b12455030d8cda66e4b (patch)
tree0e3145b7cbdc26a463d28d71ca075fc6d0405085 /app/views/projects/releases
parentb60ad399acdd753efe4f2d724c47800b6a70056b (diff)
Small UI improvements to new git tag page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/releases')
-rw-r--r--app/views/projects/releases/edit.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/releases/edit.html.haml b/app/views/projects/releases/edit.html.haml
index fb841b77a25..78741416347 100644
--- a/app/views/projects/releases/edit.html.haml
+++ b/app/views/projects/releases/edit.html.haml
@@ -3,7 +3,9 @@
.gray-content-block
.oneline
- Release notes for #{@tag.name}
+ .title
+ Release notes for tag
+ %strong #{@tag.name}
.prepend-top-default
= form_for(@release, method: :put, url: namespace_project_tag_release_path(@project.namespace, @project, @tag.name), html: { class: 'form-horizontal gfm-form release-form' }) do |f|