[refs #193] remove button style from delete page link
This commit is contained in:
parent
86bd036418
commit
6864f22b35
|
@ -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")
|
Loading…
Reference in New Issue