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

app/views/wiki/show.html.erb

index 87b98e48e2cb3b1dbdc93e206208d96d8f40316c..edf0a9f1c5a002176b11328d606c7e4e6377e17b 100644 (file)
@@ -53,8 +53,8 @@
 <% end %>
 
 <% other_formats_links do |f| %>
-       <%= f.link_to 'HTML', :url => {:id => @page.title, :version => @content.version} %>
-       <%= f.link_to 'TXT', :url => {:id => @page.title, :version => @content.version} %>
+  <%= f.link_to 'HTML', :url => {:id => @page.title, :version => @content.version} %>
+  <%= f.link_to 'TXT', :url => {:id => @page.title, :version => @content.version} %>
 <% end if User.current.allowed_to?(:export_wiki_pages, @project) %>
 
 <% content_for :header_tags do %>