Sha256: 0271f2d11f92b6f087633995296a1d9d751f5861478f90a31878964a0f414882

Contents?: true

Size: 461 Bytes

Versions: 6

Compression:

Stored size: 461 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_audio.png", :class => "menu_icon")+t('audio.title'), audios_path,:remote => true)
) %>

<% toolbar %>

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

Version data entries

6 entries across 6 versions & 1 rubygems

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