diff --git a/app/views/projects/new.html.erb b/app/views/projects/new.html.erb index 455f4ad1b..98612b733 100644 --- a/app/views/projects/new.html.erb +++ b/app/views/projects/new.html.erb @@ -2,18 +2,22 @@ @nav_dispaly_forum_label = 1 %> <%= labelled_form_for @project do |f| %> -
<%=l(:label_project_new)%> <%=raw l(:label_project_new_description)%> +
+ <%=l(:label_project_new)%> + +

<%=raw l(:label_project_new_description)%>

<%= render :partial => 'form', :locals => { :f => f } %> - <%= submit_tag l(:button_create), :class => "enterprise"%> + <%= submit_tag l(:button_create), :class => "enterprise"%>
<%#= submit_tag l(:button_create_and_continue), :name => 'continue' %> <%= javascript_tag "$('#project_name').focus();" %> +
<% end %> <% html_title(l(:label_project_new)) -%> \ No newline at end of file