diff --git a/app/views/plans/_share_form.html.erb b/app/views/plans/_share_form.html.erb
new file mode 100644
index 0000000..fabe9a0
--- /dev/null
+++ b/app/views/plans/_share_form.html.erb
@@ -0,0 +1,84 @@
+
<%= _('Set plan visibility') %>
+
<%= _('Public or organisational visibility is intended for finished plans. You must answer at least one question to enable these options.') %>
+
+<%= form_for @plan, html: {method: :put} do |f| %>
+
+<% end %>
+
+
<%= _('Manage collaborators')%>
+
<%= _('Invite specific people to read, edit, or administer your plan. Invitees will receive an email notification that they have access to this plan.') %>
<%= _('Public or organisational visibility is intended for finished plans. You must answer at least one question to enable these options.') %>
-
- <%= form_for @plan, html: {method: :put, class: "roadmap-form"} do |f| %>
-
- <% end %>
-
-
<%= _('Manage collaborators')%>
-
-
-
<%= _('Invite specific people to read, edit, or administer your plan. Invitees will receive an email notification that they have access to this plan.') %>
\ No newline at end of file
diff --git a/app/views/shared/_plan_navigation.html.erb b/app/views/shared/_plan_navigation.html.erb
new file mode 100644
index 0000000..717a0be
--- /dev/null
+++ b/app/views/shared/_plan_navigation.html.erb
@@ -0,0 +1,24 @@
+