Sha256: cbadd034e35ffef30251a6d280736c64a4c4096aad6cb8ebd27f86bae98403a4
Contents?: true
Size: 466 Bytes
Versions: 1
Compression:
Stored size: 466 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/document.png", :class => "menu_icon")+t('document.title'), documents_path,:remote => true) ) %> <% toolbar %> <%= render :partial => 'index' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
social_stream-documents-0.1.0 | app/views/documents/index.html.erb |