Sha256: d95e6cee66bf9c5a564c90e346722b77aa8e604515ee0e2fa3167482807c001e

Contents?: true

Size: 221 Bytes

Versions: 5

Compression:

Stored size: 221 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <b>Name:</b>
  <%= @artist.name %>
</p>

<p>
  <b>Album:</b>
  <%= @artist.album_id %>
</p>


<%= link_to 'Edit', edit_artist_path(@artist) %> |
<%= link_to 'Back', artists_path %>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
restfulie-nosqlite-1.0.4 tests/app/views/artists/show.html.erb
restfulie-1.1.1 tests/app/views/artists/show.html.erb
restfulie-1.1.0 tests/app/views/artists/show.html.erb
restfulie-nosqlite-1.0.3 tests/app/views/artists/show.html.erb
restfulie-1.0.3 tests/app/views/artists/show.html.erb