@@ -1,5 +1,3 | |||||
1 |
< |
|
1 | <%= title [l(:label_group_plural), groups_path], @group.name %> | |
2 |
|
2 | |||
3 | <%= render_tabs group_settings_tabs %> |
|
3 | <%= render_tabs group_settings_tabs %> | |
4 |
|
||||
5 | <% html_title(l(:label_group), @group, l(:label_administration)) -%> |
|
@@ -2,7 +2,7 | |||||
2 | <%= link_to l(:label_group_new), new_group_path, :class => 'icon icon-add' %> |
|
2 | <%= link_to l(:label_group_new), new_group_path, :class => 'icon icon-add' %> | |
3 | </div> |
|
3 | </div> | |
4 |
|
4 | |||
5 |
|
|
5 | <%= title l(:label_group_plural) %> | |
6 |
|
6 | |||
7 | <% if @groups.any? %> |
|
7 | <% if @groups.any? %> | |
8 | <table class="list groups"> |
|
8 | <table class="list groups"> |
@@ -1,4 +1,4 | |||||
1 |
< |
|
1 | <%= title [l(:label_group_plural), groups_path], l(:label_group_new) %> | |
2 |
|
2 | |||
3 | <%= labelled_form_for @group do |f| %> |
|
3 | <%= labelled_form_for @group do |f| %> | |
4 | <%= render :partial => 'form', :locals => { :f => f } %> |
|
4 | <%= render :partial => 'form', :locals => { :f => f } %> |
General Comments 0
You need to be logged in to leave comments.
Login now