base/app/views/groups/_new.html.erb in social_stream-0.11.2 vs base/app/views/groups/_new.html.erb in social_stream-0.11.3
- old
+ new
@@ -10,11 +10,11 @@
height: 6
});
<% end %>
<%= location(
- link_to(image_tag("btn/btn_group.png", :class => "menu_icon")+t('group.other'), groups_path),
- link_to(image_tag("btn/btn_group.png", :class => "menu_icon")+t('group.new.action'), new_group_path)
+ link_to(t('group.other'), groups_path),
+ link_to(t('group.new.action'), new_group_path)
) %>
<div class="space_center"></div>
<%= form_for @group do |f| %>