Sha256: c562f98946b3b5d8452dcdeb08305d6a0ba3320f15d2f9ab3bf288c5dadb5f69

Contents?: true

Size: 982 Bytes

Versions: 34

Compression:

Stored size: 982 Bytes

Contents

<% toolbar :profile => current_subject %>

<% content_for :headers do %>
  <%= stylesheet_link_tag "avatars.css", :media => "screen, projection" %>
  <%= javascript_include_tag 'jquery.Jcrop.min' %>
  <%= javascript_include_tag 'jquery.form' %>
  <%= javascript_include_tag 'jquery.fileupload' %>
  <%= javascript_include_tag 'jquery.fileupload-ui' %>
  <%= javascript_include_tag 'avatars.js' %>

  <%= stylesheet_link_tag "jquery.Jcrop", :media => "screen, projection" %>
  <%= stylesheet_link_tag "avatars", :media => "screen, projection" %>
  <%= stylesheet_link_tag "jquery.fileupload-ui", :media => "screen, projection" %>
<% end %>

<% content_for :title do%>
  <%= current_subject.name %>
<% end%>
<% content_for :sidebar do %>
  <%= render :partial => 'home/sidebar' %>
<% end %>

<%= location(
 	link_to(t('menu.information'), [current_subject,:profile]),	
 	link_to(t('avatar.other'), avatars_path)
) %>

<%= render :partial => 'list' %>
<%= render :partial => 'form' %>

Version data entries

34 entries across 34 versions & 2 rubygems

Version Path
social_stream-0.11.8 base/app/views/avatars/index.html.erb
social_stream-base-0.9.22 app/views/avatars/index.html.erb
social_stream-0.11.7 base/app/views/avatars/index.html.erb
social_stream-base-0.9.21 app/views/avatars/index.html.erb
social_stream-0.11.6 base/app/views/avatars/index.html.erb
social_stream-base-0.9.20 app/views/avatars/index.html.erb
social_stream-0.11.5 base/app/views/avatars/index.html.erb
social_stream-0.11.4 base/app/views/avatars/index.html.erb
social_stream-0.11.3 base/app/views/avatars/index.html.erb
social_stream-base-0.9.19 app/views/avatars/index.html.erb
social_stream-0.11.2 base/app/views/avatars/index.html.erb
social_stream-base-0.9.18 app/views/avatars/index.html.erb
social_stream-0.11.1 base/app/views/avatars/index.html.erb
social_stream-base-0.9.16 app/views/avatars/index.html.erb
social_stream-0.11.0 base/app/views/avatars/index.html.erb
social_stream-base-0.9.15 app/views/avatars/index.html.erb
social_stream-0.10.4 base/app/views/avatars/index.html.erb
social_stream-base-0.9.14 app/views/avatars/index.html.erb
social_stream-0.10.3 base/app/views/avatars/index.html.erb
social_stream-base-0.9.13 app/views/avatars/index.html.erb