+
<%= _("First create a guidance group. This could be institution wide or a subset e.g. a particular College / School, Institute or department. When you create guidance you'll be asked to assign it to a guidance group.") %>
diff --git a/app/views/orgs/admin_edit.html.erb b/app/views/orgs/admin_edit.html.erb index 76d93fe..770578b 100644 --- a/app/views/orgs/admin_edit.html.erb +++ b/app/views/orgs/admin_edit.html.erb @@ -21,7 +21,7 @@@@ -35,13 +35,13 @@ <% else %>
+
<% 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.')%>
diff --git a/app/views/plans/new.html.erb b/app/views/plans/new.html.erb
index bf2fc52..6c63e36 100644
--- a/app/views/plans/new.html.erb
+++ b/app/views/plans/new.html.erb
@@ -2,7 +2,7 @@
<%= _('Create a new plan') %>
-+
<%= _("Before you get started, we need some information about your research project to set you up with the best DMP template for your needs.") %>
diff --git a/app/views/templates/admin_index.html.erb b/app/views/templates/admin_index.html.erb index ac225c7..d8e3fff 100644 --- a/app/views/templates/admin_index.html.erb +++ b/app/views/templates/admin_index.html.erb @@ -3,10 +3,10 @@ -+
<%= _("If you wish to add an institutional template for a Data Management Plan, use the 'create template' button. You can create more than one template if desired e.g. one for researchers and one for PhD students.") %>
-+
<%= _("Your template will be presented to users within your institution when no funder templates apply. If you want to add questions to funder templates use the 'customise template' options below.") %>
diff --git a/app/views/templates/admin_template_history.html.erb b/app/views/templates/admin_template_history.html.erb index 39dbcc1..5526498 100644 --- a/app/views/templates/admin_template_history.html.erb +++ b/app/views/templates/admin_template_history.html.erb @@ -2,7 +2,7 @@ <%= _('Template History') %> -+
<%= _('Here you can view previously published versions of your template. These can no longer be modified.')%>
diff --git a/app/views/users/admin_index.html.erb b/app/views/users/admin_index.html.erb index 625851f..8a061da 100644 --- a/app/views/users/admin_index.html.erb +++ b/app/views/users/admin_index.html.erb @@ -1,7 +1,7 @@<%= _('List of users') %>
-+
<%= _('Below is a list of users registered for your organisation. You can sort the data by each field.')%>
diff --git a/lib/assets/stylesheets/dmproadmap/base.scss b/lib/assets/stylesheets/dmproadmap/base.scss index 0b3f654..d384e50 100644 --- a/lib/assets/stylesheets/dmproadmap/base.scss +++ b/lib/assets/stylesheets/dmproadmap/base.scss @@ -25,7 +25,8 @@ h1 { width: 65%; - font-size: 40px; + font-size: 40px; + margin-left: 15px; } h2 { font-size: 32px; } h3 { font-size: 26px; } diff --git a/lib/assets/stylesheets/dmproadmap/forms.scss b/lib/assets/stylesheets/dmproadmap/forms.scss index 00cf310..04833f1 100644 --- a/lib/assets/stylesheets/dmproadmap/forms.scss +++ b/lib/assets/stylesheets/dmproadmap/forms.scss @@ -732,5 +732,6 @@ } #banner-text div.inline { width: 70%; + margin-top: 15px; } } \ No newline at end of file