|
|
|
@ -2,7 +2,10 @@
|
|
|
|
|
@nav_dispaly_forum_label = 1 %>
|
|
|
|
|
|
|
|
|
|
<%= labelled_form_for @project do |f| %>
|
|
|
|
|
<div class="project_new"><%=l(:label_project_new)%><span class="description"> <%=raw l(:label_project_new_description)%></span>
|
|
|
|
|
<div class="project_new">
|
|
|
|
|
<%=l(:label_project_new)%>
|
|
|
|
|
<span class="description">
|
|
|
|
|
</span>
|
|
|
|
|
<div class="box tabular" >
|
|
|
|
|
<p style="font-weight: bold; color: rgb(237,137,36)">
|
|
|
|
|
<%=raw l(:label_project_new_description)%>
|
|
|
|
@ -14,6 +17,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<%#= submit_tag l(:button_create_and_continue), :name => 'continue' %>
|
|
|
|
|
<%= javascript_tag "$('#project_name').focus();" %>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<% html_title(l(:label_project_new)) -%>
|