Sha256: d1c0542da5dd852f800996195b36985e916f1950ff97fb3059ee8fceaa4f1024
Contents?: true
Size: 551 Bytes
Versions: 1
Compression:
Stored size: 551 Bytes
Contents
<p> <b>First name:</b> <%=h @test_model.first_name %> </p> <p> <b>Last name:</b> <%=h @test_model.last_name %> </p> <p> <b>Address:</b> <%=h @test_model.address %> </p> <p> <b>Some flag:</b> <%=h @test_model.some_flag %> </p> <p> <b>Avatar:</b> <%= link_to @test_model.avatar_file_name, @test_model.avatar.url %><br> </p> <p> <b>Avatar2:</b> <%= link_to @test_model.avatar2_file_name, @test_model.avatar2.url %><br> </p> <%= link_to 'Edit', edit_test_model_path(@test_model) %> | <%= link_to 'Back', test_models_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
view_mapper-0.3.4 | test/views/paperclip/expected_templates/show.html.erb |