diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-06 14:14:43 +0100 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-06 14:15:27 +0100 |
| commit | cea2afa85ed81abfa809a622ca3a548f770ad228 (patch) | |
| tree | 064ffd9248edba152a3a7694b685b39e4c96f4fc /app | |
| parent | 3c0244d3d1533dab3276465a63a26e0937aef543 (diff) | |
| download | gitlab-ce-cea2afa85ed81abfa809a622ca3a548f770ad228.tar.gz | |
Add changelog item and remove release labels for tags list
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/projects/tags/_tag.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/tags/_tag.html.haml b/app/views/projects/tags/_tag.html.haml index f3dc314a894..e2c5178185e 100644 --- a/app/views/projects/tags/_tag.html.haml +++ b/app/views/projects/tags/_tag.html.haml @@ -9,9 +9,6 @@ - if tag.message.present? = strip_gpg_signature(tag.message) - - if release - - %span.label.label-success release .controls = link_to edit_namespace_project_tag_release_path(@project.namespace, @project, tag.name), class: 'btn-grouped btn' do |
