lib/messages/illegal_assignee_change.erb in lazylead-0.9.2 vs lib/messages/illegal_assignee_change.erb in lazylead-0.9.3
- old
+ new
@@ -100,11 +100,10 @@
</tr>
<% assignees.each do |a| %>
<tr>
<td><a href='<%= a.issue.url %>'><%= a.issue.key %></a></td>
<td><%= a.issue.priority %></td>
- <td><%= DateTime.parse(a.last["created"])
- .strftime('%d-%b-%Y %I:%M:%S %p') %></td>
+ <td><%= DateTime.parse(a.last["created"]).strftime('%d-%b') %></td>
<td><span style='color: red'><%= a.last["author"]["displayName"] %></span>
(<%= a.last["author"]["name"] %>)
</td>
<td><%= a.to %></td>
<td><%= a.issue.summary %></td>
\ No newline at end of file