summaryrefslogtreecommitdiffstats
path: root/app/views/wiki
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-01-31 03:53:37 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-01-31 03:53:37 +0000
commitbcef0de43bfd69b89f4d60528662e797023d0d79 (patch)
treed5693ce1df6f8350ebc8c7d06b30cfbdc5dbfafe /app/views/wiki
parent406633491fba2dd2c5d391b426418c16d8bd341b (diff)
downloadredmine-bcef0de43bfd69b89f4d60528662e797023d0d79.tar.gz
redmine-bcef0de43bfd69b89f4d60528662e797023d0d79.zip
replace tabs to spaces at app/views/wiki/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8743 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 60dbd58f2..79cea66dd 100644
--- a/app/views/wiki/index.html.erb
+++ b/app/views/wiki/index.html.erb
@@ -20,10 +20,10 @@
:url => {:controller => 'activities', :action => 'index',
:id => @project, :show_wiki_edits => 1,
:key => User.current.rss_key} %>
- <% if User.current.allowed_to?(:export_wiki_pages, @project) %>
+ <% if User.current.allowed_to?(:export_wiki_pages, @project) %>
<%= f.link_to('PDF', :url => {:action => 'export', :format => 'pdf'}) %>
<%= f.link_to('HTML', :url => {:action => 'export'}) %>
- <% end %>
+ <% end %>
<% end %>
<% end %>