Dashboard controllers have been refactored

Proposal dashboard related controllers have been refactored inside its
own namespace.
This commit is contained in:
Juan Salvador Pérez García
2018-06-25 07:56:13 +02:00
parent 303584a06e
commit bafdd697b8
17 changed files with 53 additions and 42 deletions

View File

@@ -1315,17 +1315,18 @@ en:
submit_header: Save header
card_title: Edit card
submit_card: Save card
administrator_tasks:
index:
solve: Solve
no_records: There are no pending tasks
edit:
back: Back to pending tasks list
solving: Solve pending task
form:
solve: Mark as solved
proposal: "The proposal: %{title}"
request: "Has requested: %{title}"
check_details: Check the proposal details
update:
success: The task has been marked as solved.
proposal_dashboard:
administrator_tasks:
index:
solve: Solve
no_records: There are no pending tasks
edit:
back: Back to pending tasks list
solving: Solve pending task
form:
solve: Mark as solved
proposal: "The proposal: %{title}"
request: "Has requested: %{title}"
check_details: Check the proposal details
update:
success: The task has been marked as solved.