Skip to content

Commit

Permalink
fix(accounts): missing account creation modal #152
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Feb 19, 2019
1 parent b967d36 commit b2cbbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/accounts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="md-fab md-fab-accent md-fab-sheet">
<i class="material-icons text-white">person</i>
<div class="md-fab-sheet-actions">
<a href="#" class="text-white no-ajaxy" ng-click="spawnCreateAccountWindow($event);">
<a href="#" class="text-white no-ajaxy" data-uk-modal="{target: '#accountCreateModal', bgclose: false}">
<i class="material-icons">person_add</i>
Create
</a>
Expand Down

0 comments on commit b2cbbda

Please sign in to comment.