diff --git a/app/views/annotations/_show.html.erb b/app/views/annotations/_show.html.erb index 8f2898a..969c323 100644 --- a/app/views/annotations/_show.html.erb +++ b/app/views/annotations/_show.html.erb @@ -1,11 +1,10 @@

- <% if annotation.type == :example_answer %> + <%= (plan.template.org.abbreviation.present? ? plan.template.org.abbreviation : plan.template.org.name) %> + <% if annotation.example_answer? %> <%= _('Example Answer') %> - <% elsif annotation.type == :guidance %> - <%= _('Guidance') %> <% else %> - <%= (plan.template.org.abbreviation.present? ? plan.template.org.abbreviation : plan.template.org.name) %> + <%= _('Guidance') %> <% end %>

diff --git a/app/views/phases/edit.html.erb b/app/views/phases/edit.html.erb index 843ea9e..baa548a 100644 --- a/app/views/phases/edit.html.erb +++ b/app/views/phases/edit.html.erb @@ -95,7 +95,7 @@ end end %> - +
@@ -116,17 +116,9 @@
<% end %> - + - - - - +