Sha256: a86fb9e63b9bef75583769e9f74c98cee152ae8a4f18bb1eae5ccaf40695797b
Contents?: true
Size: 420 Bytes
Versions: 1
Compression:
Stored size: 420 Bytes
Contents
<div id='account-box'> <%= link_to( image_tag( current_user.photo.url(:avatar), :class => 'user-photo photo' ), current_user ) if current_user.photo.file? %> <h3><%= link_to current_user.label, current_user %></h3> <div class='user_actions'> <% if user_profiles? %> <%= link_to "Edit profile", edit_user_path(current_user) %> | <% end -%> <%= link_to "Sign out", sign_out_path %> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
open_conference_ware-1.0.0.pre4 | app/views/open_conference_ware/users/_account_box.html.erb |