Sha256: f2e5dc3d8f430f1c392db7face8f52b2538babbb18c4e9a9d31d93686aef13e8

Contents?: true

Size: 1.06 KB

Versions: 28

Compression:

Stored size: 1.06 KB

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" %><br/>
  <%= 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(image_tag("btn/btn_edit.png", :class => "menu_icon")+t('profile.one'), [current_subject,:profile]),	
 	link_to(image_tag("btn/edit.png", :class => "menu_icon")+t('avatar.other'), avatars_path)
) %>

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
social_stream-base-0.9.5 app/views/avatars/index.html.erb
social_stream-base-0.9.4 app/views/avatars/index.html.erb
social_stream-base-0.9.3 app/views/avatars/index.html.erb
social_stream-base-0.9.2 app/views/avatars/index.html.erb
social_stream-base-0.9.1 app/views/avatars/index.html.erb
social_stream-base-0.9.0 app/views/avatars/index.html.erb
social_stream-base-0.8.2 app/views/avatars/index.html.erb
social_stream-base-0.8.1 app/views/avatars/index.html.erb
social_stream-base-0.8.0 app/views/avatars/index.html.erb
social_stream-base-0.7.11 app/views/avatars/index.html.erb
social_stream-base-0.7.10 app/views/avatars/index.html.erb
social_stream-base-0.7.9 app/views/avatars/index.html.erb
social_stream-base-0.7.8 app/views/avatars/index.html.erb
social_stream-base-0.7.7 app/views/avatars/index.html.erb
social_stream-base-0.7.6 app/views/avatars/index.html.erb
social_stream-base-0.7.5 app/views/avatars/index.html.erb
social_stream-base-0.7.4 app/views/avatars/index.html.erb
social_stream-base-0.7.3 app/views/avatars/index.html.erb
social_stream-base-0.7.2 app/views/avatars/index.html.erb
social_stream-base-0.7.1 app/views/avatars/index.html.erb