Sha256: 44120273efc382da612008769134f597edc828d98d71d5053b56f526a1a3ca20

Contents?: true

Size: 395 Bytes

Versions: 10

Compression:

Stored size: 395 Bytes

Contents

<h1><%= @picture.to_s %></h1>

<div class="row">
  <%= render @picture %>
</div>

<div class="page-actions well">
  <div class="btn-group" role="group">
    <%= link_to(@picture.picture_gallery, @picture.picture_gallery, :class => 'btn btn-primary') if @picture.picture_gallery.present? %>
    <%= link_to t('ecm.pictures.views.actions.back'), :back, class: 'btn btn-default' %>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ecm_pictures2-2.1.4 app/views/ecm/pictures/pictures/show.html.erb
ecm_pictures2-2.1.3 app/views/ecm/pictures/pictures/show.html.erb
ecm_pictures2-2.1.2 app/views/ecm/pictures/pictures/show.html.erb
ecm_pictures2-2.1.1 app/views/ecm/pictures/pictures/show.html.erb
ecm_pictures2-2.1.0 app/views/ecm/pictures/pictures/show.html.erb
ecm_pictures2-2.0.0 app/views/ecm/pictures/pictures/show.html.erb
ecm_pictures2-1.1.2 app/views/ecm/pictures/pictures/show.html.erb
ecm_pictures2-1.1.1 app/views/ecm/pictures/pictures/show.html.erb
ecm_pictures2-1.1.0 app/views/ecm/pictures/pictures/show.html.erb
ecm_pictures2-1.0.4 app/views/ecm/pictures/pictures/show.html.erb