@@ -1,5 +1,5 | |||||
1 | <%= @added_to %> |
|
1 | <%= @added_to %> | |
2 |
<%= @attachments.size %> |
|
2 | �����<%= @attachments.size %> ���ļ�. | |
3 | <% @attachments.each do |attachment | %> |
|
3 | <% @attachments.each do |attachment | %> | |
4 | - <%= attachment.filename %><% end %> |
|
4 | - <%= attachment.filename %><% end %> | |
5 |
|
5 |
@@ -1,4 +1,4 | |||||
1 |
|
|
1 | ��һ���ĵ��ѱ����뵽��Ŀ�� <%= @document.project.name %> (<%= @document.category.name %>): | |
2 | <%= l(:field_title) %>: <%= @document.title %> |
|
2 | <%= l(:field_title) %>: <%= @document.title %> | |
3 |
|
3 | |||
4 | http://<%= Setting.host_name %>/documents/show/<%= @document.id %> No newline at end of file |
|
4 | http://<%= Setting.host_name %>/documents/show/<%= @document.id %> |
@@ -1,3 +1,3 | |||||
1 | Issue #<%= @issue.id %> has been reported. |
|
1 | ���� #<%= @issue.id %> �ѱ��� | |
2 | ---------------------------------------- |
|
2 | ---------------------------------------- | |
3 | <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> No newline at end of file |
|
3 | <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> |
@@ -1,4 +1,4 | |||||
1 | Issue #<%= @issue.id %> has been updated. |
|
1 | ���� #<%= @issue.id %> �Ѹ��¡� | |
2 | <%= @journal.user.name %> |
|
2 | <%= @journal.user.name %> | |
3 | <% for detail in @journal.details %> |
|
3 | <% for detail in @journal.details %> | |
4 | <%= show_detail(detail, true) %> |
|
4 | <%= show_detail(detail, true) %> |
General Comments 0
You need to be logged in to leave comments.
Login now