Skip to content

Commit fdd6a0f

Browse files
committed
Add missing colons for task#show
Most of the attributes were separated with a colon :, but not all. This commit fixes said inconsistency.
1 parent 6436b8a commit fdd6a0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/views/tasks/show.html.slim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,20 @@
9595
.row
9696
.col-auto.row-label
9797
= Task.human_attribute_name('uuid')
98+
| :
9899
.col.row-value
99100
= @task.uuid
100101
- unless @task.contribution?
101102
.row
102103
.col-auto.row-label
103104
= Task.human_attribute_name('parent_uuid')
105+
| :
104106
.col.row-value
105107
= @task.parent_uuid
106108
.row
107109
.col-auto.row-label
108110
= Task.human_attribute_name('language')
111+
| :
109112
.col.row-value
110113
= @task.language
111114
.row

0 commit comments

Comments
 (0)