Patch #731 ยป move-author-outside-ticket.patch
app/views/issues/show.rhtml | ||
---|---|---|
9 | 9 | |
10 | 10 |
<h2><%= @issue.tracker.name %> #<%= @issue.id %></h2> |
11 | 11 | |
12 |
<p class="author"> |
|
13 |
<%= authoring @issue.created_on, @issue.author %>. |
|
14 |
<%= l(:label_updated_time, distance_of_time_in_words(Time.now, @issue.updated_on)) if @issue.created_on != @issue.updated_on %>. |
|
15 |
</p> |
|
16 | ||
12 | 17 |
<div class="issue <%= "status-#{@issue.status.position} priority-#{@issue.priority.position}" %>"> |
13 | 18 |
<h3><%=h @issue.subject %></h3> |
14 |
<p class="author"> |
|
15 |
<%= authoring @issue.created_on, @issue.author %>. |
|
16 |
<%= l(:label_updated_time, distance_of_time_in_words(Time.now, @issue.updated_on)) if @issue.created_on != @issue.updated_on %>. |
|
17 |
</p> |
|
18 | 19 | |
19 | 20 |
<table width="100%"> |
20 | 21 |
<tr> |