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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 09:45:48 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 09:45:48 +0400
commit36fd4de8251cb265244320e67d3d5a3420712a85 (patch)
tree21df19b4b6783df1fcd00be0a074e7b0db8139c0 /app/views/projects/milestones/show.html.haml
parent8b1d44f789cce12219dbc70890d8a72675b71315 (diff)
Replace page_title with page-title. Correct margin for some blocks/layouts
Diffstat (limited to 'app/views/projects/milestones/show.html.haml')
-rw-r--r--app/views/projects/milestones/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml
index d16de0da390..b9e5bd9bcc5 100644
--- a/app/views/projects/milestones/show.html.haml
+++ b/app/views/projects/milestones/show.html.haml
@@ -1,11 +1,11 @@
= render "projects/issues/head"
.row
.span6
- %h3.page_title
+ %h3.page-title
Milestone ##{@milestone.id}
%small
= @milestone.expires_at
- .back_link
+ .back-link
= link_to project_milestones_path(@project) do
&larr; To milestones list
.span6