diff --git a/app/assets/javascripts/admin/templates/reports.js.handlebars b/app/assets/javascripts/admin/templates/reports.js.handlebars index 7a5a3aadf..bc7fefef0 100644 --- a/app/assets/javascripts/admin/templates/reports.js.handlebars +++ b/app/assets/javascripts/admin/templates/reports.js.handlebars @@ -3,11 +3,11 @@ + {{bindAttr disabled="viewingTable"}}>{{i18n admin.dashboard.reports.view_table}} + {{bindAttr disabled="viewingBarChart"}}>{{i18n admin.dashboard.reports.view_chart}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index c48a3f874..8b8f7ed65 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -713,6 +713,8 @@ en: 7_days_ago: "7 Days Ago" 30_days_ago: "30 Days Ago" all: "All" + view_table: "View as Table" + view_chart: "View as Bar Chart" commits: latest_changes: "Latest changes."