diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-06-16 09:09:58 -0500 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2016-06-21 12:15:49 -0400 |
commit | 6f642fd423f32a05711e8cf97d79b57cd6e489f3 (patch) | |
tree | 96f0f2b480d9616568c27d25c3606fbc41dc9b74 /app/views/projects/wikis/edit.html.haml | |
parent | a02c3d09d3670c7b7543461bf4d3c4d5fc08f418 (diff) | |
download | gitlab-ce-6f642fd423f32a05711e8cf97d79b57cd6e489f3.tar.gz |
Add new style for sub header block info
Diffstat (limited to 'app/views/projects/wikis/edit.html.haml')
-rw-r--r-- | app/views/projects/wikis/edit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/edit.html.haml b/app/views/projects/wikis/edit.html.haml index 81cb709d053..af9d23bbfb3 100644 --- a/app/views/projects/wikis/edit.html.haml +++ b/app/views/projects/wikis/edit.html.haml @@ -4,7 +4,7 @@ %div{ class: (container_class) } .top-area - .nav-text.wiki-page + .nav-text %strong - if @page.persisted? = link_to @page.title.capitalize, namespace_project_wiki_path(@project.namespace, @project, @page) |