##// END OF EJS Templates
Fixed my_controller_test.rb (errors are now in flash[:error])...
Fixed my_controller_test.rb (errors are now in flash[:error]) git-svn-id: http://redmine.rubyforge.org/svn/trunk@606 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r515:5c88c1f50bd4
r603:5bd26ede4200
Show More
issue_edit_pt.rhtml
7 lines | 315 B | text/html+ruby | RhtmlLexer
Tarefa #<%= @issue.id %> foi alterada.
<%= @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 } %>