##// END OF EJS Templates
Don't show "Projects" label if projects list is empty....
Don't show "Projects" label if projects list is empty. git-svn-id: http://redmine.rubyforge.org/svn/trunk@568 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r499:e07c44543f97
r565:48c2a690c292
Show More
issue_edit_bg.rhtml
7 lines | 328 B | text/html+ruby | RhtmlLexer
Задача #<%= @issue.id %> е обновена.
<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
<% end %>
<%= @journal.notes if @journal.notes? %>
----------------------------------------
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>