Sha256: a7bef08114bd6e0a9b7f5652ff37774df075447b2069fdd63c504c857ba64d2a

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

<% content_for :title do %>
  <%= current_subject.name %> 
<% end %>

<% content_for :sidebar do %>
  <%= render :partial => 'home/sidebar' %>
<% end %>

<%= location(
    link_to(image_tag("btn/btn_gallery.png", :class => "menu_icon")+t('picture.title'), pictures_path,:remote => true)
) %>

<% toolbar %>

<%= render :partial => 'index' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
social_stream-documents-0.1.8 app/views/pictures/index.html.erb
social_stream-documents-0.1.7 app/views/pictures/index.html.erb