summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 23:03:11 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 23:03:11 +0000
commit2a279e29a6eba6611db4a376b1e4cabadd0d705b (patch)
treedd9eeb1495a8239124898c1dd73381fc50706289 /app/views
parenta7a1d5e128043028638d3baad37d58c2d2cfa44f (diff)
downloadredmine-2a279e29a6eba6611db4a376b1e4cabadd0d705b.tar.gz
redmine-2a279e29a6eba6611db4a376b1e4cabadd0d705b.zip
replace tabs to spaces at app/views/wiki/date_index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7352 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/wiki/date_index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/wiki/date_index.html.erb b/app/views/wiki/date_index.html.erb
index e1d39baef..c822d8a39 100644
--- a/app/views/wiki/date_index.html.erb
+++ b/app/views/wiki/date_index.html.erb
@@ -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 %>