diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-15 09:27:20 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-15 09:27:20 +0000 |
commit | f3674441ff8746a071fa707edc1d3270cc9f8247 (patch) | |
tree | 9cbb96b56100074e65c3854c8b4be4fc9880eb90 /app/views | |
parent | f37234e301dd327ce06a1a45723027d6dc6c7af2 (diff) | |
download | redmine-f3674441ff8746a071fa707edc1d3270cc9f8247.tar.gz redmine-f3674441ff8746a071fa707edc1d3270cc9f8247.zip |
replace tabs to spaces at app/views/issues/show.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7242 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/issues/show.html.erb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 8dd3a2f9d..1a7459347 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -48,14 +48,14 @@ <% if @issue.description? || @issue.attachments.any? -%> <hr /> <% if @issue.description? %> - <div class="contextual"> - <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %> - </div> - - <p><strong><%=l(:field_description)%></strong></p> - <div class="wiki"> - <%= textilizable @issue, :description, :attachments => @issue.attachments %> - </div> + <div class="contextual"> + <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %> + </div> + + <p><strong><%=l(:field_description)%></strong></p> + <div class="wiki"> + <%= textilizable @issue, :description, :attachments => @issue.attachments %> + </div> <% end %> <%= link_to_attachments @issue %> <% end -%> @@ -109,8 +109,8 @@ <% end %> <% other_formats_links do |f| %> - <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> - <%= f.link_to 'PDF' %> + <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> + <%= f.link_to 'PDF' %> <% end %> <% html_title h("#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}") %> |