Sha256: a36f59b61c972de9f4b02a478e80bd1a6cda05e10aa42245828ba60ddb9714d5

Contents?: true

Size: 361 Bytes

Versions: 7

Compression:

Stored size: 361 Bytes

Contents

<table class="profile" summary="Profile information">
  <tr>
    <td class="main">
      <h1>
        <%= gravatar_for @user %>
        <%= @user.name %>
      </h1>
    </td>
    <td class="sidebar round">
      <strong>Name</strong> <%= @user.name %>
      <br/>
      <strong>URL</strong> <%= link_to user_path(@user.id), @user %>
    </td>
  </tr>
</table>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
tft_rails_dbc-0.1.3 lib/generators/chapter07/solutions/templates/app/views/users/show.html.erb
tft_rails_dbc-0.1.1 lib/generators/chapter07/solutions/templates/app/views/users/show.html.erb
tft_rails_dbc-0.1 lib/generators/chapter07/solutions/templates/app/views/users/show.html.erb
tft_rails-0.6.2 lib/generators/chapter07/solutions/templates/app/views/users/show.html.erb
tft_rails-0.6.1 lib/generators/chapter07/solutions/templates/app/views/users/show.html.erb
tft_rails-0.6.0 lib/generators/chapter07/solutions/templates/app/views/users/show.html.erb
tft_rails-0.5.1 lib/generators/chapter07/solutions/templates/app/views/users/show.html.erb