diff --git a/app/views/templates/_template.html.erb b/app/views/templates/_template.html.erb index 2ba35ebd..80282def 100644 --- a/app/views/templates/_template.html.erb +++ b/app/views/templates/_template.html.erb @@ -11,7 +11,7 @@ <%= svg_icon('user', class: 'w-4 h-4') %> <%= template.author.full_name.presence || template.author.email.to_s.sub(/\+\w+@/, '@') %> <% if template.account_id != current_account.id %> - <%= t('shared') %> + <%= t('shared') %> <% end %>

diff --git a/app/views/templates/_title.html.erb b/app/views/templates/_title.html.erb index 007e1be0..d429ff5e 100644 --- a/app/views/templates/_title.html.erb +++ b/app/views/templates/_title.html.erb @@ -31,9 +31,12 @@ <% else %>

-
- <%= t('shared') %> -
+ + <%= svg_icon('folder', class: 'w-5 h-5 flex-shrink-0') %> + + <%= t('shared') %> + +
<% end %>