##// END OF EJS Templates
Doc update for 0.5.1 release....
Doc update for 0.5.1 release. git-svn-id: http://redmine.rubyforge.org/svn/trunk@591 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r410:a9a082f05cc3
r588:25f8c64f925d
Show More
issue_edit_zh.rhtml
7 lines | 308 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 } %>