Sha256: d339abf7d1c21f9c7a59c26976fbebb543171fc3ee92bfb3162b16b962e3f1a2

Contents?: true

Size: 467 Bytes

Versions: 7

Compression:

Stored size: 467 Bytes

Contents

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

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

<% content_for :headers do %>
	<%= stylesheet_link_tag "documents" %>
	<%= javascript_include_tag 'documents' %>  
<% 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

7 entries across 7 versions & 1 rubygems

Version Path
social_stream-documents-0.1.6 app/views/pictures/index.html.erb
social_stream-documents-0.1.5 app/views/pictures/index.html.erb
social_stream-documents-0.1.4 app/views/pictures/index.html.erb
social_stream-documents-0.1.3 app/views/pictures/index.html.erb
social_stream-documents-0.1.2 app/views/pictures/index.html.erb
social_stream-documents-0.1.1 app/views/pictures/index.html.erb
social_stream-documents-0.1.0 app/views/pictures/index.html.erb