socialforge/app/views/projects/settings.html.erb

10 lines
265 B
Plaintext
Raw Normal View History

<div class="project_r_h">
<h2 class="project_h2"><%=l(:label_settings)%></h2>
</div>
2013-09-12 17:19:51 +08:00
<% if @project.project_type == 1 %>
2013-08-30 09:34:21 +08:00
<%= render_tabs course_settings_tabs %>
<% else %>
<%= render_tabs project_settings_tabs %>
<% end %>
2013-08-01 10:33:49 +08:00
<% html_title(l(:label_settings)) -%>