=link_toproject_wiki_path(@project,@wiki),data: {confirm: "Are you sure you want to delete this page?"},method: :delete,class: "btn btn-small btn-remove"do
=link_toproject_wiki_path(@project,@page),data: {confirm: "Are you sure you want to delete this page?"},method: :delete,class: "btn btn-small btn-remove"do
You can view the #{link_to"most recent version",project_wiki_path(@project,@wiki)} or browse the #{link_to"history",history_project_wiki_path(@project,@wiki)}.
You can view the #{link_to"most recent version",project_wiki_path(@project,@page)} or browse the #{link_to"history",history_project_wiki_path(@project,@page)}.
%hr
.wiki-holder
.wiki
=preservedo
=render_wiki_content(@wiki)
=render_wiki_content(@page)
%hr
.wiki-last-edit-by
Last edited by #{commit_author_link(@wiki.commit,avatar: true,size: 16)}#{time_ago_with_tooltip(@wiki.commit.created_at)}
Last edited by #{commit_author_link(@page.commit,avatar: true,size: 16)}#{time_ago_with_tooltip(@page.commit.created_at)}