Commit 9549e2e07b1938bd54fbf41566cda0fe22136446
Exists in
staging
and in
4 other branches
Merge branch 'processed_tasks' into production
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/tasks/processed.html.erb
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | </div> |
60 | 60 | <% if item.closed_by.present? %> |
61 | 61 | <div class="closed-by"> |
62 | - <span class="label"><%= _('Closed by: ') %></span> | |
62 | + <span class="label"><%= _('Closed by:') %></span> | |
63 | 63 | <span class="value"><%= link_to(item.closed_by.name, item.closed_by.url) %></span> |
64 | 64 | </div> |
65 | 65 | <% end %> | ... | ... |