Skip to content

Commit f493be7

Browse files
linusfromscratchKagemaru
authored andcommitted
Change format of closed work_items in planning (64952)
1 parent 7bf751a commit f493be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/plannings/orders/_board.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
%strong #{post.work_item.path_shortnames}:
3535
=post.work_item.name
3636
- if post.work_item.closed
37-
%span.small geschlossen
37+
%span.small (geschlossen)
3838
%i.glyphicon.glyphicon-chevron-down
3939
%small.text-muted{ id: "group_header_times_#{dom_id(post)}" }
4040
= render 'accounting_post_total', post: post

0 commit comments

Comments
 (0)