]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/wiki/index.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 02:04:40 +0000 (02:04 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 02:04:40 +0000 (02:04 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7387 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/index.html.erb

index d42ee9662640ffc0b7cc8ab5b1b30fd968cd721c..96c04e97420871e936eea088a6dab48282a93f7c 100644 (file)
@@ -16,8 +16,8 @@
 
 <% unless @pages.empty? %>
 <% other_formats_links do |f| %>
-       <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => @project, :show_wiki_edits => 1, :key => User.current.rss_key} %>
-       <%= f.link_to('HTML', :url => {:action => 'export'}) if User.current.allowed_to?(:export_wiki_pages, @project) %>
+  <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => @project, :show_wiki_edits => 1, :key => User.current.rss_key} %>
+  <%= f.link_to('HTML', :url => {:action => 'export'}) if User.current.allowed_to?(:export_wiki_pages, @project) %>
 <% end %>
 <% end %>