Sha256: 33dd1791f9ff11eec7937e64f9a659dba3ec41e72fd2ea834388d67523cb1728

Contents?: true

Size: 338 Bytes

Versions: 11

Compression:

Stored size: 338 Bytes

Contents

- content_for(:header_title) { t(".welcome") }

- if @groups.any?
  %h2= t(".latest_updated_groups")
  - @groups.each do |group|
    %h3= link_to_group group
    - group.pictures.order(:updated_at).reverse_order.each do |picture|
      = picture_image_tag picture, group: group, width: 100
- else
  = t(".no_groups_has_been_created_yet")

Version data entries

11 entries across 8 versions & 1 rubygems

Version Path
family_gallery-0.0.8 app/views/family_gallery/welcome/index.mobile.haml
family_gallery-0.0.8 app/views/family_gallery/welcome/index.html.haml
family_gallery-0.0.7 app/views/family_gallery/welcome/index.html.haml
family_gallery-0.0.7 app/views/family_gallery/welcome/index.mobile.haml
family_gallery-0.0.6 app/views/family_gallery/welcome/index.html.haml
family_gallery-0.0.6 app/views/family_gallery/welcome/index.mobile.haml
family_gallery-0.0.5 app/views/family_gallery/welcome/index.html.haml
family_gallery-0.0.4 app/views/family_gallery/welcome/index.html.haml
family_gallery-0.0.3 app/views/family_gallery/welcome/index.html.haml
family_gallery-0.0.2 app/views/family_gallery/welcome/index.html.haml
family_gallery-0.0.1 app/views/family_gallery/welcome/index.html.haml