app/views/backend/user/index.volt: Adding button to new user form.
This commit is contained in:
parent
d8a20441cc
commit
cd543fca8d
1 changed files with 9 additions and 1 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
|
|
||||||
<h1>Users</h1>
|
<div class="clearfix">
|
||||||
|
<h1 class="pull-left">Users</h1>
|
||||||
|
|
||||||
|
<div class="pull-right">
|
||||||
|
<a class="button button-large button-primary" href="{{ url(['for': 'backend-user-new' ]) }}">
|
||||||
|
{{ icon('solid/plus') }} New
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<table class="table table-striped table-hover">
|
<table class="table table-striped table-hover">
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue