Sha256: de6b482066f8ef832d93c68b508e5ee781d216f9f5c61d2f028fc4ba2a75ec44
Contents?: true
Size: 708 Bytes
Versions: 3
Compression:
Stored size: 708 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 :label_wiki, project: @project, tag: @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 'sidebar'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
additional_tags-3.4.0 | app/views/wiki/tag_index.html.slim |
additional_tags-3.3.2 | app/views/wiki/tag_index.html.slim |
additional_tags-3.3.1 | app/views/wiki/tag_index.html.slim |