Skip to content

Commit b7c33ba

Browse files
authored
Merge pull request #235 from common-workflow-language/mr-c-patch-1
fix reversed class & id attributes
2 parents 07b1ee5 + 7d3b42d commit b7c33ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/templates/workflow.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h2>Workflow: <span th:text="${workflow.label}">Workflow Name</span></h2>
160160

161161
</div>
162162
<div class="col-lg-3 col-md-4 col-sm-6 hidden-xs">
163-
<div id="graph-menu hidden-print" class="pull-right">
163+
<div class="graph-menu hidden-print" id="pull-right">
164164
<button id="view-dot" class="hidden-print hidden-sm-down btn btn-primary" type="button" data-toggle="modal" data-target="#dotGraph">View DOT</button>
165165
<div class="btn-group hidden-print">
166166
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">

0 commit comments

Comments
 (0)