Sha256: d43416f746ad2f4942a3e072c089c81a00139eba55bb68b7a941a945f80d110b

Contents?: true

Size: 408 Bytes

Versions: 7

Compression:

Stored size: 408 Bytes

Contents

<% content_for :title do %>
  <%=t('settings.one')%>
<% end %>

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

<% toolbar %>

<% content_for :headers do %>
  <%= stylesheet_link_tag "settings.css", :media => "screen, projection" %>
  <%= javascript_include_tag 'settings.js' %>
<% end %>

<% content_for :javascript do %>
    
<% end %>

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
social_stream-base-0.6.8 app/views/settings/index.html.erb
social_stream-base-0.6.6 app/views/settings/index.html.erb
social_stream-base-0.6.5 app/views/settings/index.html.erb
social_stream-base-0.6.3 app/views/settings/index.html.erb
social_stream-base-0.6.2 app/views/settings/index.html.erb
social_stream-base-0.6.1 app/views/settings/index.html.erb
social_stream-base-0.6.0 app/views/settings/index.html.erb