base/app/views/groups/_new.html.erb in social_stream-0.16.2 vs base/app/views/groups/_new.html.erb in social_stream-0.16.3
- old
+ new
@@ -7,11 +7,11 @@
cache: true,
filter_hide: true,
newel: false,
height: 6
});
- $("#group_actor_tag_list").fcbkcomplete({
+ $("#group_tag_list").fcbkcomplete({
json_url: "<%= tags_path(:format => :json) %>",
cache: false,
filter_case: true,
filter_hide: true,
newel: false,
@@ -63,12 +63,10 @@
<div class="form_row">
<div class="form_label" id="form_tags">
<%= f.label t('group.tags')%>
</div>
<div class="form_field">
- <%= f.fields_for :actor do |actor_form| %>
- <%= actor_form.select :tag_list, [], :class => "form_tag" %>
- <%end%>
+ <%= f.select :tag_list, [], :class => "form_tag" %>
</div>
</div>
<div class="form_row form_label">
<%= f.label :description %>
</div>