cleanup duplicate translation ids (#3001)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends 'timesheet/layout-edit.html.twig' %}
|
||||
{% import "timesheet-team/actions.html.twig" as actions %}
|
||||
|
||||
{% block page_title %}{{ 'admin_timesheet.title'|trans }}{% endblock %}
|
||||
{% block page_title %}{{ 'menu.admin_timesheet'|trans }}{% endblock %}
|
||||
{% block page_actions %}{{ actions.timesheet_team(timesheet, 'edit') }}{% endblock %}
|
||||
|
||||
{% set route_back = 'admin_timesheet' %}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{% set canSeeUsername = true %}
|
||||
{% set allowMarkdown = false %}
|
||||
|
||||
{% block page_title %}{{ 'admin_timesheet.title'|trans }}{% endblock %}
|
||||
{% block page_title %}{{ 'menu.admin_timesheet'|trans }}{% endblock %}
|
||||
{% block page_actions %}{{ actions.timesheets_team('index', query) }}{% endblock %}
|
||||
|
||||
{% block row_action %}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{% extends 'timesheet/layout-multi-update.html.twig' %}
|
||||
|
||||
{% block page_title %}{{ 'admin_timesheet.title'|trans }}{% endblock %}
|
||||
{% block page_title %}{{ 'menu.admin_timesheet'|trans }}{% endblock %}
|
||||
{% block page_actions %}
|
||||
{% import "timesheet-team/actions.html.twig" as actions %}
|
||||
{{ actions.timesheets_team_multi_update('multi-update') }}
|
||||
|
||||
Reference in New Issue
Block a user