summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Braha Stoll <alexbrahastoll@gmail.com>2016-12-27 00:14:30 -0200
committerAlex Braha Stoll <alexbrahastoll@gmail.com>2016-12-31 16:55:50 -0200
commit84cc7c3704cc0cc22a325572f35cd21d0e2a6cc7 (patch)
tree5a05f354e05e5278c4dff686edadc8d174daf705
parenta5625c749b31760daf104241475a9b3527eb223c (diff)
downloadgitlab-ce-84cc7c3704cc0cc22a325572f35cd21d0e2a6cc7.tar.gz
Stop rendering page full path at projects/wikis/show.html.haml
-rw-r--r--app/assets/stylesheets/pages/wiki.scss1
-rw-r--r--app/views/projects/wikis/show.html.haml1
2 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss
index 1a22cd7d33f..369fb44d818 100644
--- a/app/assets/stylesheets/pages/wiki.scss
+++ b/app/assets/stylesheets/pages/wiki.scss
@@ -22,7 +22,6 @@
font-size: 22px;
}
- .wiki-page-full-path,
.wiki-last-edit-by {
display: block;
color: $gl-gray-light;
diff --git a/app/views/projects/wikis/show.html.haml b/app/views/projects/wikis/show.html.haml
index 25ae5c587ec..87b9ff6e415 100644
--- a/app/views/projects/wikis/show.html.haml
+++ b/app/views/projects/wikis/show.html.haml
@@ -8,7 +8,6 @@
.nav-text
%h2.wiki-page-title= @page.title.capitalize
- %span.wiki-page-full-path= "(#{@page.full_path})"
%span.wiki-last-edit-by
Last edited by
%strong