Sha256: 09bf66174ec2ea89882e8dffc92a268ce261743a3fbe682bee88c38232853c36

Contents?: true

Size: 1.06 KB

Versions: 5

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 'avatars.js' %>
  <%= javascript_include_tag 'jquery.Jcrop.min' %>
  <%= javascript_include_tag 'jquery.form' %>
  <%= javascript_include_tag 'jquery.fileupload' %>
  <%= javascript_include_tag 'jquery.fileupload-ui' %>
  <%= 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

5 entries across 5 versions & 2 rubygems

Version Path
social_stream-base-0.5.2 app/views/avatars/index.html.erb
social_stream-base-0.5.1 app/views/avatars/index.html.erb
social_stream-base-0.5.0 app/views/avatars/index.html.erb
social_stream-0.4.6 app/views/avatars/index.html.erb
social_stream-0.4.5 app/views/avatars/index.html.erb