diff --git a/app/views/annotations/_show.html.erb b/app/views/annotations/_show.html.erb index 5cc67bb..8f2898a 100644 --- a/app/views/annotations/_show.html.erb +++ b/app/views/annotations/_show.html.erb @@ -5,7 +5,7 @@ <% elsif annotation.type == :guidance %> <%= _('Guidance') %> <% else %> - <%= plan.template.org.abbreviation %> + <%= (plan.template.org.abbreviation.present? ? plan.template.org.abbreviation : plan.template.org.name) %> <% end %>