summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 08:45:48 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 08:45:48 +0300
commit36fd4de8251cb265244320e67d3d5a3420712a85 (patch)
tree21df19b4b6783df1fcd00be0a074e7b0db8139c0 /app/views/projects/wikis
parent8b1d44f789cce12219dbc70890d8a72675b71315 (diff)
downloadgitlab-ce-36fd4de8251cb265244320e67d3d5a3420712a85.tar.gz
Replace page_title with page-title. Correct margin for some blocks/layouts
Diffstat (limited to 'app/views/projects/wikis')
-rw-r--r--app/views/projects/wikis/_form.html.haml2
-rw-r--r--app/views/projects/wikis/_new.html.haml2
-rw-r--r--app/views/projects/wikis/edit.html.haml2
-rw-r--r--app/views/projects/wikis/empty.html.haml2
-rw-r--r--app/views/projects/wikis/git_access.html.haml2
-rw-r--r--app/views/projects/wikis/history.html.haml2
-rw-r--r--app/views/projects/wikis/pages.html.haml2
-rw-r--r--app/views/projects/wikis/show.html.haml2
8 files changed, 8 insertions, 8 deletions
diff --git a/app/views/projects/wikis/_form.html.haml b/app/views/projects/wikis/_form.html.haml
index 7cf08815f78..464b1508a7e 100644
--- a/app/views/projects/wikis/_form.html.haml
+++ b/app/views/projects/wikis/_form.html.haml
@@ -8,7 +8,7 @@
.ui-box.ui-box-show
.ui-box-head
- %h3.page_title
+ %h3.page-title
.edit-wiki-header
= @wiki.title.titleize
= f.hidden_field :title, value: @wiki.title
diff --git a/app/views/projects/wikis/_new.html.haml b/app/views/projects/wikis/_new.html.haml
index ca8e7c1b4b4..66f28b8b804 100644
--- a/app/views/projects/wikis/_new.html.haml
+++ b/app/views/projects/wikis/_new.html.haml
@@ -1,7 +1,7 @@
%div#modal-new-wiki.modal.hide
.modal-header
%a.close{href: "#"} ×
- %h3.page_title New Wiki Page
+ %h3.page-title New Wiki Page
.modal-body
= label_tag :new_wiki_path do
%span Page slug
diff --git a/app/views/projects/wikis/edit.html.haml b/app/views/projects/wikis/edit.html.haml
index 4e318c92db3..66be82777c9 100644
--- a/app/views/projects/wikis/edit.html.haml
+++ b/app/views/projects/wikis/edit.html.haml
@@ -1,5 +1,5 @@
= render 'nav'
-%h3.page_title
+%h3.page-title
Editing page
= render 'main_links'
= render 'form'
diff --git a/app/views/projects/wikis/empty.html.haml b/app/views/projects/wikis/empty.html.haml
index 08b59f0328b..48058124f97 100644
--- a/app/views/projects/wikis/empty.html.haml
+++ b/app/views/projects/wikis/empty.html.haml
@@ -1,4 +1,4 @@
-%h3.page_title Empty page
+%h3.page-title Empty page
%hr
.error_message
You are not allowed to create wiki pages
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'
diff --git a/app/views/projects/wikis/history.html.haml b/app/views/projects/wikis/history.html.haml
index 138c384353d..6544102b83f 100644
--- a/app/views/projects/wikis/history.html.haml
+++ b/app/views/projects/wikis/history.html.haml
@@ -1,5 +1,5 @@
= render 'nav'
-%h3.page_title
+%h3.page-title
%span.light History for
= @wiki.title.titleize
= render 'main_links'
diff --git a/app/views/projects/wikis/pages.html.haml b/app/views/projects/wikis/pages.html.haml
index 07e942ec62f..829617d77cd 100644
--- a/app/views/projects/wikis/pages.html.haml
+++ b/app/views/projects/wikis/pages.html.haml
@@ -1,5 +1,5 @@
= render 'nav'
-%h3.page_title
+%h3.page-title
All Pages
= render 'main_links'
%br
diff --git a/app/views/projects/wikis/show.html.haml b/app/views/projects/wikis/show.html.haml
index d9d57e2d8be..2fdaa8d00e4 100644
--- a/app/views/projects/wikis/show.html.haml
+++ b/app/views/projects/wikis/show.html.haml
@@ -1,5 +1,5 @@
= render 'nav'
-%h3.page_title
+%h3.page-title
= @wiki.title.titleize
= render 'main_links'
%br