Sha256: 21403455881ca0fcee3b4af207976bbf96069609dbba34786510ce0cd03e59e0
Contents?: true
Size: 690 Bytes
Versions: 5
Compression:
Stored size: 690 Bytes
Contents
.contextual - if User.current.allowed_to? :edit_wiki_pages, @project = link_to l(:label_wiki_page_new), new_project_wiki_page_path(@project), remote: true, class: 'icon icon-add' h2 = render_wiki_index_title @project, @tag - if @pages.empty? p.nodata = l :label_no_data - else ul.wiki-tag-entries - @pages.each do |page| li = link_to page.pretty_title, project_wiki_page_path(@project, page.title) - if page.parent.present? p.parent = l :field_parent_title ' : = link_to page.parent.pretty_title, project_wiki_page_path(@project, page.parent.title) - content_for :sidebar do = render partial: 'sidebar'
Version data entries
5 entries across 5 versions & 1 rubygems