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:
authorRubén Dávila <rdavila84@gmail.com>2016-01-28 21:17:20 +0300
committerRubén Dávila <rdavila84@gmail.com>2016-02-03 01:47:18 +0300
commit5bad3516d4bfac6d3445c06f5dc105ebe36c5c11 (patch)
tree327f3f35276083ac6fc15c5998d0506544d780bf /app/views/projects/milestones
parentd618e9c8f819053c9c3122cfa1baa4f61d0aebce (diff)
Remove no longer required class.
Diffstat (limited to 'app/views/projects/milestones')
-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