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