diff --git a/app/views/org_admin/templates/_edit_template.html.erb b/app/views/org_admin/templates/_edit_template.html.erb index 0862398..a94815b 100644 --- a/app/views/org_admin/templates/_edit_template.html.erb +++ b/app/views/org_admin/templates/_edit_template.html.erb @@ -14,6 +14,9 @@
<%= f.label _('Visibility'), class: 'control-label' %> + <%= render partial: 'shared/popover', + locals: { message: _('Checking this box prevents the template from appearing in the public list of templates.'), + placement: 'right' }%>
<%= f.label(:visibility, raw("#{check_box_tag('template_visibility', '0', (template.visibility == 'organisationally_visible'))} #{_('for internal %{org_name} use only') % {org_name: @template.org.name}}")) %>