app/views/family_gallery/groups/show.html.haml in family_gallery-0.0.3 vs app/views/family_gallery/groups/show.html.haml in family_gallery-0.0.4
- old
+ new
@@ -1,9 +1,10 @@
- content_for(:header_title) { t(".show_group", name: @group.name) }
.actions
= link_to t(".edit_group"), edit_group_path(@group), class: "button" if can? :edit, @group
= link_to t(".new_picture"), new_picture_path(group_id: @group.id), class: "button" if can? :new, FamilyGallery::Picture
+ = link_to t('.upload_multiple'), new_group_multiple_picture_path(@group), class: 'button' if can? :new, FamilyGallery::Picture
%table.form
%tbody
%tr
%td= FamilyGallery::Group.human_attribute_name(:name)