diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-13 08:45:48 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-13 08:45:48 +0300 |
commit | 36fd4de8251cb265244320e67d3d5a3420712a85 (patch) | |
tree | 21df19b4b6783df1fcd00be0a074e7b0db8139c0 /app/views/projects/milestones/index.html.haml | |
parent | 8b1d44f789cce12219dbc70890d8a72675b71315 (diff) | |
download | gitlab-ce-36fd4de8251cb265244320e67d3d5a3420712a85.tar.gz |
Replace page_title with page-title. Correct margin for some blocks/layouts
Diffstat (limited to 'app/views/projects/milestones/index.html.haml')
-rw-r--r-- | app/views/projects/milestones/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/milestones/index.html.haml b/app/views/projects/milestones/index.html.haml index 1bc359398ab..76cd16c4000 100644 --- a/app/views/projects/milestones/index.html.haml +++ b/app/views/projects/milestones/index.html.haml @@ -1,6 +1,6 @@ = render "projects/issues/head" .milestones_content - %h3.page_title + %h3.page-title Milestones - if can? current_user, :admin_milestone, @project = link_to new_project_milestone_path(@project), class: "pull-right btn btn-primary", title: "New Milestone" do |