summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRubén Dávila <rdavila84@gmail.com>2016-01-28 13:17:20 -0500
committerRubén Dávila <rdavila84@gmail.com>2016-02-02 17:47:18 -0500
commit5bad3516d4bfac6d3445c06f5dc105ebe36c5c11 (patch)
tree327f3f35276083ac6fc15c5998d0506544d780bf /app
parentd618e9c8f819053c9c3122cfa1baa4f61d0aebce (diff)
downloadgitlab-ce-5bad3516d4bfac6d3445c06f5dc105ebe36c5c11.tar.gz
Remove no longer required class.
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/milestones/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml
index 72506e6ecf7..1cf5f54e9ed 100644
--- a/app/views/projects/milestones/show.html.haml
+++ b/app/views/projects/milestones/show.html.haml
@@ -63,7 +63,7 @@
%span.time-elapsed
%strong== #{@milestone.percent_time_used}%
time elapsed
- %span.pull-right.tab-issues-buttons.tab-labels-buttons
+ %span.pull-right.tab-issues-buttons
- if can?(current_user, :create_issue, @project)
= link_to new_namespace_project_issue_path(@project.namespace, @project, issue: { milestone_id: @milestone.id }), class: "btn btn-grouped", title: "New Issue" do
%i.fa.fa-plus