open-orchestra/open-orchestra-cms-bundle

View on GitHub
UserAdminBundle/Resources/public/template/User/newUserFormView._tpl.html

Summary

Maintainability
Test Coverage
<div class="top-action-buttons">
    <a class="btn btn-border btn-return" href="#<%- Backbone.history.generateUrl('listUser') %>" role="button">
        <%- Translator.trans('open_orchestra_backoffice.back_to_list') %>
    </a>
</div>
<h1> <%- Translator.trans('open_orchestra_user_admin.user.title_new') %></h1>
<div class='form-new'></div>