Skip to content

Commit f09a6a4

Browse files
committed
Update _workflow.html.erb
1 parent dc01bae commit f09a6a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/views/names/_workflow.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
@downstream = false
1111
def workflow_step(title, test_fun)
1212
test = @name.send(test_fun)
13+
title = "To Be #{title}" unless test
1314
content_tag(:div, class: 'card my-2') do
1415
title_class = 'text-' + (
1516
@downstream ? 'muted' : test ? 'success' : 'info'

0 commit comments

Comments
 (0)