diff --git a/app/views/plans/_edit_details.html.erb b/app/views/plans/_edit_details.html.erb
index 4a835e2..a489166 100644
--- a/app/views/plans/_edit_details.html.erb
+++ b/app/views/plans/_edit_details.html.erb
@@ -162,9 +162,10 @@
locals: {choices: @all_ggs_grouped_by_org, form: f,
current_selections: @selected_guidance_groups} %>
+
+
<%= _('Find guidance from additional organisations below') %>
+ <%= link_to 'see the full list', select_guidances_list_plan_path(@plan), 'data-toggle' => 'modal', 'data-target' => '#modal-full-guidances', class: 'modal-guidances-window' %>
+
- <%= link_to 'see the full list', select_guidances_list_plan_path(@plan), 'data-toggle' => 'modal', 'data-target' => '#modal-full-guidances', class: 'modal-guidances-window' %>
-