replace tabs to spaces at app/views/wiki/index.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8743 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-01-31 03:53:37 +00:00
parent 406633491f
commit bcef0de43b
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@
:url => {:controller => 'activities', :action => 'index',
:id => @project, :show_wiki_edits => 1,
:key => User.current.rss_key} %>
<% if User.current.allowed_to?(:export_wiki_pages, @project) %>
<% if User.current.allowed_to?(:export_wiki_pages, @project) %>
<%= f.link_to('PDF', :url => {:action => 'export', :format => 'pdf'}) %>
<%= f.link_to('HTML', :url => {:action => 'export'}) %>
<% end %>
<% end %>
<% end %>
<% end %>