Sha256: 367f5ee1e1cfd3f50622d4a9b29e89be5ff283c6c95f2d6105460a299c8c41d1

Contents?: true

Size: 362 Bytes

Versions: 12

Compression:

Stored size: 362 Bytes

Contents

<div class="sidebar-profile" style="display:none;">
  <% user = current_admin_user %>
  <%= image_tag user._list_item_thumbnail %>

  <% name = (user.name.presence || "").strip.split(' ').first %>
  <% path = "#/settings/admins/view/#{user.id}" %>
  <%= link_to name, path %>

  <%= link_to "Sign out", destroy_admin_user_session_path, method: :delete %>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ants-0.3.14 app/views/ants/_profile.html.erb
ants-0.3.13 app/views/ants/_profile.html.erb
ants-0.3.12 app/views/ants/_profile.html.erb
ants-0.3.11 app/views/ants/_profile.html.erb
ants-0.3.10 app/views/ants/_profile.html.erb
ants-0.3.9 app/views/ants/_profile.html.erb
ants-0.3.5 app/views/ants/_profile.html.erb
ants-0.3.4 app/views/ants/_profile.html.erb
ants-0.3.3 app/views/ants/_profile.html.erb
ants-0.3.2 app/views/ants/_profile.html.erb
ants-0.3.1 app/views/ants/_profile.html.erb
ants-0.3.0 app/views/ants/_profile.html.erb