Skip to content

Commit

Permalink
Merge branch '2.2' of https://github.com/CradlePHP/cradle-role into 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Blanquera committed Jan 30, 2019
2 parents 3c017ab + 09af446 commit a16bc23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/template/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ <h3 class="main-title">
>
<div class="box-head box-success">
<div class="box-title">
<i class="fa fa-plus"></i> {{title}}
{{#when action '===' 'create'}}
<i class="fas fa-plus"></i> {{title}}
{{else}}
<i class="fas fa-edit"></i> {{title}}
{{/when}}
</div>
</div>

Expand Down

0 comments on commit a16bc23

Please sign in to comment.