Skip to content

Commit aff3259

Browse files
author
Vidas P
committed
Styling: put workflow title in the badge
1 parent 0fb8484 commit aff3259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/workflows/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class='row'>
99
<div class='col-md-12'>
1010
<div class="page-header">
11-
<h1><%= workflow_label(@workflow) %> Workflow</h1>
11+
<h1><%= workflow_label(@workflow, "#{@workflow.name} Workflow") %></h1>
1212
<% if @workflow.description.present? %>
1313
<%= markdown(@workflow.description) %>
1414
<% end %>

0 commit comments

Comments
 (0)