summaryrefslogtreecommitdiff
path: root/app/views/projects/releases/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/releases/edit.html.haml')
-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|