]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/wiki/date_index.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 23:03:11 +0000 (23:03 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 23:03:11 +0000 (23:03 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7352 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/date_index.html.erb

index e1d39baefb11552243985fdb8969759f1b83e32a..c822d8a3931ddeace41ea5c4e985730f5a7ab145 100644 (file)
@@ -23,8 +23,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 %>