[refs #193] remove button style from delete page link

This commit is contained in:
Alexander Machehin 2012-03-23 21:56:21 +06:00
parent 86bd036418
commit 6864f22b35
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@
= t("layout.time.ago")
- unless action_name == 'preview' or cannot? :write, @project
%p#delete-link
= link_to project_wiki_path(@project, escaped_name), :method => :delete, :confirm => t("layout.confirm"), :class => 'button width100' do
= link_to project_wiki_path(@project, escaped_name), :method => :delete, :confirm => t("layout.confirm") do
%span= t("wiki.delete_page")