Sha256: 74a98e0e54508e205f1b3e927881f9a111df977d27478695afc6798ad5639cc4

Contents?: true

Size: 527 Bytes

Versions: 14

Compression:

Stored size: 527 Bytes

Contents

<div class="edit-bl">
  <div class="bot-bg">
    <div class="block-title"><%= @user.name %>:</div>
    <div class="edit-cont">
      <%= mail_to @user.email %>
      
      <table border="0" cellspacing="0" cellpadding="0" class="page-info">
        <tbody>
          <% @user.attributes.each do |attribute, value| %>
            <tr>
              <td><strong><%= attribute %></strong></td>
              <td><%= value %></td>
            </tr>  
          <% end %>
        </tbody>
      </table>
    </div>
  </div>
</div>

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
sunrise-core-0.2.2 app/views/manage/users/show.html.erb
sunrise-core-0.2.1 app/views/manage/users/show.html.erb
sunrise-core-0.2.0 app/views/manage/users/show.html.erb
sunrise-core-0.1.5 app/views/manage/users/show.html.erb
sunrise-core-0.1.4 app/views/manage/users/show.html.erb
sunrise-core-0.1.3 app/views/manage/users/show.html.erb
sunrise-core-0.1.2 app/views/manage/users/show.html.erb
sunrise-core-0.1.1 app/views/manage/users/show.html.erb
sunrise-core-0.1.0 app/views/manage/users/show.html.erb
freeberry-0.3.0 lib/generators/freeberry/base/templates/views/manage/users/show.html.erb
freeberry-0.2.9 lib/generators/freeberry/base/templates/views/manage/users/show.html.erb
freeberry-0.2.7 lib/generators/freeberry/base/templates/views/manage/users/show.html.erb
freeberry-0.2.6 lib/generators/freeberry/base/templates/views/manage/users/show.html.erb
freeberry-0.2.5 lib/generators/freeberry/base/templates/views/manage/users/show.html.erb