Archived
1
0
Fork 0

app/views/backend/user/index.volt: Adding button to new user form.

This commit is contained in:
Henrik Hautakoski 2022-07-24 23:05:17 +02:00
parent d8a20441cc
commit cd543fca8d

View file

@ -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">