Added toolbar to project screen #1 (#50)

* fixed annotation #1
* added default label #1
* added project toolbar #1
This commit is contained in:
Kevin Papst
2018-01-07 22:32:28 +01:00
committed by GitHub
parent 79e87ecdbe
commit bb61ee8b86
11 changed files with 149 additions and 17 deletions

View File

@@ -4,6 +4,7 @@
{% block page_title %}{{ 'admin_project.title'|trans }}{% endblock %}
{% block page_subtitle %}{{ 'admin_project.subtitle'|trans }} {{ 'subtitle.amount'|trans({'%count%': entries.count}) }}{% endblock %}
{% block javascript_imports %}<script src="{{ asset('js/timesheet.js') }}"></script>{% endblock %}
{% block main %}
{% if entries.count == 0 %}
@@ -19,7 +20,7 @@
'label.budget': 'hidden-xs',
'label.visible': '',
'label.actions': '',
}, null, {'plus-square': path('admin_project_create')}) }}
}, toolbarForm, {'plus-square': path('admin_project_create')}) }}
{% for entry in entries %}
<tr>