Sha256: 26afe33bae673ec489d623fb84d66f19b760f27c995c30269da42c931865cbf7

Contents?: true

Size: 186 Bytes

Versions: 6

Compression:

Stored size: 186 Bytes

Contents

<h3><%= @user.name %></h3>

<dl class="dl-horizontal">
  <%= show_attribute :api_key if current_user.try(:id) == @user.id %>
  <%= show_associations :areas %>
  <%= show_actions %>
</dl>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
voluntary-0.7.1 app/views/users/show.html.erb
voluntary-0.7.0 app/views/users/show.html.erb
voluntary-0.6.0 app/views/users/show.html.erb
voluntary-0.5.2 app/views/users/show.html.erb
voluntary-0.5.1 app/views/users/show.html.erb
voluntary-0.5.0 app/views/users/show.html.erb