Skip to content

Commit

Permalink
Merge pull request #4977 from archesproject/3714_provisional_desc
Browse files Browse the repository at this point in the history
Fixes class spelling.
  • Loading branch information
chiatt authored Jul 8, 2019
2 parents d6a85d5 + 7af34a3 commit 9f4ef7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/templates/views/components/plugins/workflow.htm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="subtitle" data-bind="text:activeStep().subtitle"></div>
<div class="step">{% trans "Step" %} <span data-bind="text:activeStep()._index+1"></span> {% trans "of" %} <span data-bind="text:steps.length"></span>: <span data-bind="text:activeStep().description"></span></div>
</div>
<div class="workflow-nav-controls right"><i class="ion-arow-right-b" data-bind="click: next, css: {inactive: activeStep().complete() !== true}"></i></div>
<div class="workflow-nav-controls right"><i class="ion-arrow-right-b" data-bind="click: next, css: {inactive: activeStep().complete() !== true}"></i></div>
</div>
<div class='workflow-step-body'>
<!--ko if: activeStep().componentname-->
Expand Down

0 comments on commit 9f4ef7a

Please sign in to comment.