Sha256: a4325508a249a490c96b310d695c5f3bc3bcc006a1c65dc8486f22d5b2c59fb0

Contents?: true

Size: 622 Bytes

Versions: 8

Compression:

Stored size: 622 Bytes

Contents

-box do
  = link_to :edit.l, edit_homepage_feature_path(@homepage_feature)
  |
  = link_to :back.l, homepage_features_path
  %p
    %b
      Url:
    = h @homepage_feature.url
  %p
    %b
      = :title.l
    = h @homepage_feature.title
  %p
    %b
      = :description.l
    = @homepage_feature.description
  %p
    %b
      = :created_at.l
    = h @homepage_feature.created_at
  %p
    %b
      = :updated_at.l
    = h @homepage_feature.updated_at
  %p
    = image_tag @homepage_feature.image.url(:large)
  = link_to :edit.l, edit_homepage_feature_path(@homepage_feature)
  |
  = link_to :back.l, homepage_features_path

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/homepage_features/show.html.haml
community_engine-2.3.1 app/views/homepage_features/show.html.haml
community_engine-2.3.0 app/views/homepage_features/show.html.haml
community_engine-2.1.0 app/views/homepage_features/show.html.haml
community_engine-2.0.0 app/views/homepage_features/show.html.haml
community_engine-2.0.0.beta3 app/views/homepage_features/show.html.haml
community_engine-2.0.0.beta2 app/views/homepage_features/show.html.haml
community_engine-2.0.0.beta1 app/views/homepage_features/show.html.haml