From cefa30b3314e085b5e9a8e7986d4087e29efb0cf Mon Sep 17 00:00:00 2001 From: Bilal Date: Mon, 13 Jul 2020 17:03:48 +0200 Subject: [PATCH] add Edit button --- app/views/contract_templates/_contract_template.html.erb | 3 +++ config/locales/en.yml | 5 +++-- config/locales/es.yml | 7 +++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/app/views/contract_templates/_contract_template.html.erb b/app/views/contract_templates/_contract_template.html.erb index e5d2e65..f6d0934 100644 --- a/app/views/contract_templates/_contract_template.html.erb +++ b/app/views/contract_templates/_contract_template.html.erb @@ -19,6 +19,9 @@
<%= button_tag t(".actions.manage"), class: "btn btn-light btn-sm dropdown-toggle border", data: { toggle: "dropdown", boundary: "window" }, aria: { haspopup: true, expanded: false } %>