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/wikis/git_access.html.haml
parent8b1d44f789cce12219dbc70890d8a72675b71315 (diff)
Replace page_title with page-title. Correct margin for some blocks/layouts
Diffstat (limited to 'app/views/projects/wikis/git_access.html.haml')
-rw-r--r--app/views/projects/wikis/git_access.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/git_access.html.haml b/app/views/projects/wikis/git_access.html.haml
index 71e2b48d370..e783a982ddb 100644
--- a/app/views/projects/wikis/git_access.html.haml
+++ b/app/views/projects/wikis/git_access.html.haml
@@ -1,5 +1,5 @@
= render 'nav'
-%h3.page_title
+%h3.page-title
Git Access
%strong= @gollum_wiki.path_with_namespace
= render 'main_links'