debian-mirror-gitlab/app/views/projects/wikis/pages.html.haml

20 lines
438 B
Text
Raw Normal View History

2016-06-22 15:30:34 +05:30
- @no_container = true
2015-12-23 02:04:40 +05:30
- page_title "Pages", "Wiki"
2015-09-25 12:07:36 +05:30
2016-08-24 12:49:21 +05:30
%div{ class: container_class }
2017-08-17 22:00:37 +05:30
.wiki-page-header
.nav-text
%h2.wiki-page-title
Wiki Pages
.nav-controls
2017-09-10 17:25:29 +05:30
= link_to project_wikis_git_access_path(@project), class: 'btn' do
2017-08-17 22:00:37 +05:30
= icon('cloud-download')
Clone repository
%ul.wiki-pages-list.content-list
= render @wiki_entries, context: 'pages'
2016-06-22 15:30:34 +05:30
= paginate @wiki_pages, theme: 'gitlab'