diff --git a/app/views/templates/admin_new.html.erb b/app/views/templates/admin_new.html.erb index 8166201..37b0cf3 100644 --- a/app/views/templates/admin_new.html.erb +++ b/app/views/templates/admin_new.html.erb @@ -2,46 +2,33 @@
To create a new template, first enter a title and description. Once you have saved this you will be presented with options to add one or more phases.
')%> -| <%= _('Title') %> | -<%= f.text_field :title, as: :string, - class: "text_field has-tooltip", "data-toggle": "tooltip", title: _('Please enter a title for your template.') %> | -
| <%= _('Description') %> | -
-
- <%= text_area_tag("template-desc", "", class: "tinymce") %>
-
- |
-
To create a new template, first enter a title and description. Once you have saved this you will be presented with options to add one or more phases.
')%> + <%= form_for :template, url: {action: "admin_create"} do |f| %> +