We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6436b8a commit fdd6a0fCopy full SHA for fdd6a0f
app/views/tasks/show.html.slim
@@ -95,17 +95,20 @@
95
.row
96
.col-auto.row-label
97
= Task.human_attribute_name('uuid')
98
+ | :
99
.col.row-value
100
= @task.uuid
101
- unless @task.contribution?
102
103
104
= Task.human_attribute_name('parent_uuid')
105
106
107
= @task.parent_uuid
108
109
110
= Task.human_attribute_name('language')
111
112
113
= @task.language
114
0 commit comments