93e2296bdc
- Reset password from current (unsaved) value of default_password. - MotionForm, AssignmentForm and UserForm factory for open ngDialog. Fixes edit url redirect problem. - Added back-to-detail-view-button to list of speakers view. - Add translation context. - Fixed (missing) translation strings. - Fixed tags and category list views. - motion detail: Use select box for changing state. - motion slide updated
18 lines
438 B
HTML
18 lines
438 B
HTML
<div class="header">
|
|
<div class="title">
|
|
<div class="submenu">
|
|
<a ui-sref="motions.category.list" class="btn btn-sm btn-default">
|
|
<i class="fa fa-angle-double-left fa-lg"></i>
|
|
<translate>Back to overview</translate>
|
|
</a>
|
|
</div>
|
|
<h1>{{ category.name }}</h1>
|
|
<h2 translate>Category</h2>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="details">
|
|
<strong translate>Prefix:</strong>
|
|
{{ category.prefix }}
|
|
</div>
|