]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/wiki/index.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 31 Jan 2012 03:53:37 +0000 (03:53 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 31 Jan 2012 03:53:37 +0000 (03:53 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8743 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/index.html.erb

index 60dbd58f25e7f3fd0ea98b9a368a3c437dc2cf45..79cea66dd4d97289dfa234eded864c36a3f3b0cd 100644 (file)
                 :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 %>