diff --git a/app/views/plans/_form_v2.html.erb b/app/views/plans/_form_v2.html.erb index eda536d..f3d1b06 100644 --- a/app/views/plans/_form_v2.html.erb +++ b/app/views/plans/_form_v2.html.erb @@ -1,4 +1,22 @@ + +<%= form_for Plan.new, url: plans_path do |f| %> +
+
+

<%= _('Project title') %>

+
+
+ <%= f.text_field(:title, class: 'form-control', 'aria-describedby': 'project-title', 'aria-required': 'true', + 'data-toggle': 'tooltip', + title: _('If applying for funding, state the project title exactly as in the proposal.')) %> +
+
 
+
+ <%= label_tag(:is_test, raw("#{check_box_tag(:is_test, "1", false)} #{ d_('dmpopidor', 'Plan for testing, practice, or educational purposes')}")) %> +
+
+
+

<%= d_('dmpopidor', 'Choose a template') %>

@@ -12,7 +30,6 @@
- <%= form_for Plan.new, url: plans_path do |f| %>
- <% end %>
+ + <% end %> \ No newline at end of file