diff --git a/app/helpers/template_helper.rb b/app/helpers/template_helper.rb index c27f04a..cc20a1b 100644 --- a/app/helpers/template_helper.rb +++ b/app/helpers/template_helper.rb @@ -13,7 +13,7 @@ template_id: template.id, } - link_to(plans_url(plan: params), method: :post, title: _('Create plan')) do + link_to(plans_url(plan: params), method: :post, title: _('Create plan'), class: 'direct-link') do ''.html_safe end end diff --git a/app/views/paginable/templates/_publicly_visible.html.erb b/app/views/paginable/templates/_publicly_visible.html.erb index 547d41d..0db6cae 100644 --- a/app/views/paginable/templates/_publicly_visible.html.erb +++ b/app/views/paginable/templates/_publicly_visible.html.erb @@ -25,9 +25,30 @@