Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions app/views/org_admin/questions/_show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,15 @@
) %>
<% if theme_guidances.length > 0 %>
<% has_org_themed_guidance = true %>
<p><%= _("Click the links below to view organisational guidance
related to the themes associated with this question.") %></p>
<% break %>
<% break %>
<% end %>
<% end %>
<% break if has_org_themed_guidance %>
<% end %>

<% if has_org_themed_guidance %>
<p><%= _("Click the links below to view organisational guidance
related to the themes associated with this question.") %></p>
<% ggs.each do |guidance_group| %>
<% themes_q.each do |theme| %>
<% theme_guidances = theme.guidances.where(
Expand Down