##// END OF EJS Templates
brackets removed around "View all changes" on issues/show...
Jean-Philippe Lang -
r278:35678a1c090d
parent child
Show More
@@ -72,7 +72,7 end %>
72 <% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %></h3>
72 <% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %></h3>
73 <%= render :partial => 'history', :locals => { :journals => @journals } %>
73 <%= render :partial => 'history', :locals => { :journals => @journals } %>
74 <% if @journals_count > @journals.length %>
74 <% if @journals_count > @journals.length %>
75 <p><center><small>[ <%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %> ]</small></center></p>
75 <p><center><small><%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %></small></center></p>
76 <% end %>
76 <% end %>
77 </div>
77 </div>
78
78
General Comments 0
You need to be logged in to leave comments. Login now