diff --git a/app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb b/app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb index 379e8d0..b8fb98f 100644 --- a/app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb +++ b/app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb @@ -1,11 +1,6 @@ <% if current_user.org_id.present? %>
-

<%= _('%{org_title} Plans') %{ :org_title => current_user.org.name } %>

-
-
-
-
diff --git a/app/views/plans/index.html.erb b/app/views/plans/index.html.erb index 1fa2023..b56a8c6 100644 --- a/app/views/plans/index.html.erb +++ b/app/views/plans/index.html.erb @@ -4,10 +4,9 @@

<% if @plans.count > 0 %> - <%= _('The table below lists the plans that you have created, and any that have been shared with you by others.') %>
- <%= _('These can be edited, shared, exported or deleted at anytime.')%> + <%= _('The table below lists the plans that you have created, and that have been shared with you by others. You can edit, share, download, make a copy, or remove these plans at any time.')%> <% else %> - <%= _("Welcome.") %>
+ <%= _("Welcome") %>
<%= _("You are now ready to create your first DMP.") %>
<%= _("Click the 'Create plan' button below to begin.")%> <% end %> @@ -31,6 +30,8 @@

<% if @organisationally_or_publicly_visible.length > 0 && !current_user.org.is_other? %> +

<%= _('%{org_title} Plans') %{ :org_title => current_user.org.name } %>

+

<%= _('The table below lists the plans that users at your organisation have created and shared within your organisation. This allows you to download a PDF and view their plans as samples or to discover new research data.') %>

<%= paginable_renderise( partial: '/paginable/plans/organisationally_or_publicly_visible', controller: 'paginable/plans',