Commit 84cc7c37 authored by Alex Braha Stoll's avatar Alex Braha Stoll

Stop rendering page full path at projects/wikis/show.html.haml

parent a5625c74
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
font-size: 22px; font-size: 22px;
} }
.wiki-page-full-path,
.wiki-last-edit-by { .wiki-last-edit-by {
display: block; display: block;
color: $gl-gray-light; color: $gl-gray-light;
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
.nav-text .nav-text
%h2.wiki-page-title= @page.title.capitalize %h2.wiki-page-title= @page.title.capitalize
%span.wiki-page-full-path= "(#{@page.full_path})"
%span.wiki-last-edit-by %span.wiki-last-edit-by
Last edited by Last edited by
%strong %strong
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment