summaryrefslogtreecommitdiffstats
path: root/app/views/wiki
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-18 02:04:07 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-18 02:04:07 +0000
commitc58df5eab5794cbf84971c4fb66718679b3db9e0 (patch)
treef96ddfd4905e1992b05b4b120cf306ea3a5a312b /app/views/wiki
parentc81c9333e356a9cb7ddd3e9dc8ee206be6993e3c (diff)
downloadredmine-c58df5eab5794cbf84971c4fb66718679b3db9e0.tar.gz
redmine-c58df5eab5794cbf84971c4fb66718679b3db9e0.zip
replace tabs to spaces at app/views/wiki/show.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7386 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/wiki')
-rw-r--r--app/views/wiki/show.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb
index 87b98e48e..edf0a9f1c 100644
--- a/app/views/wiki/show.html.erb
+++ b/app/views/wiki/show.html.erb
@@ -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 %>