diff options
author | Alex Braha Stoll <alexbrahastoll@gmail.com> | 2016-12-19 03:13:26 -0200 |
---|---|---|
committer | Alex Braha Stoll <alexbrahastoll@gmail.com> | 2016-12-31 16:55:50 -0200 |
commit | e66fa4105b4ae275dc76a6594346367bd32b5ce9 (patch) | |
tree | 5ff8c355981404b7003a6779122119e8fbe1edb8 /app/views/projects | |
parent | f25344e36e9c1b0d0df2211b82b26c6515e96c31 (diff) | |
download | gitlab-ce-e66fa4105b4ae275dc76a6594346367bd32b5ce9.tar.gz |
Improve style of wiki page lists
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/wikis/pages.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/pages.html.haml b/app/views/projects/wikis/pages.html.haml index 2813b3a1c81..28dd81e5c3f 100644 --- a/app/views/projects/wikis/pages.html.haml +++ b/app/views/projects/wikis/pages.html.haml @@ -13,7 +13,7 @@ = icon('cloud-download') Clone repository - %ul.content-list + %ul.wiki-pages-list.content-list - @wiki_directories.each do |wiki_directory, wiki_pages| - if wiki_directory == '/' = render 'wiki_pages', wiki_pages: wiki_pages |