Skip to content

Commit 0a36d28

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/names/_workflow.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +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
13+
title = "To Be #{title}" if @downstream || !test
1414
content_tag(:div, class: 'card my-2') do
1515
title_class = 'text-' + (
1616
@downstream ? 'muted' : test ? 'success' : 'info'

0 commit comments

Comments
 (0)