##// END OF EJS Templates
replace tabs to spaces at app/views/issues/show.html.erb...
Toshi MARUYAMA -
r7122:f3674441ff87
parent child
Show More
@@ -48,14 +48,14
48 <% if @issue.description? || @issue.attachments.any? -%>
48 <% if @issue.description? || @issue.attachments.any? -%>
49 <hr />
49 <hr />
50 <% if @issue.description? %>
50 <% if @issue.description? %>
51 <div class="contextual">
51 <div class="contextual">
52 <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %>
52 <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %>
53 </div>
53 </div>
54
54
55 <p><strong><%=l(:field_description)%></strong></p>
55 <p><strong><%=l(:field_description)%></strong></p>
56 <div class="wiki">
56 <div class="wiki">
57 <%= textilizable @issue, :description, :attachments => @issue.attachments %>
57 <%= textilizable @issue, :description, :attachments => @issue.attachments %>
58 </div>
58 </div>
59 <% end %>
59 <% end %>
60 <%= link_to_attachments @issue %>
60 <%= link_to_attachments @issue %>
61 <% end -%>
61 <% end -%>
@@ -109,8 +109,8
109 <% end %>
109 <% end %>
110
110
111 <% other_formats_links do |f| %>
111 <% other_formats_links do |f| %>
112 <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
112 <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
113 <%= f.link_to 'PDF' %>
113 <%= f.link_to 'PDF' %>
114 <% end %>
114 <% end %>
115
115
116 <% html_title h("#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}") %>
116 <% html_title h("#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}") %>
General Comments 0
You need to be logged in to leave comments. Login now