Sha256: 0f1bd55d07ea93b6107571a15593f7ed65d67353eed769917ab7bed0469bfb1a
Contents?: true
Size: 497 Bytes
Versions: 3
Compression:
Stored size: 497 Bytes
Contents
<p> <b>First name:</b> <%=h @testy.first_name %> </p> <p> <b>Last name:</b> <%=h @testy.last_name %> </p> <p> <b>Address:</b> <%=h @testy.address %> </p> <p> <b>Some flag:</b> <%=h @testy.some_flag %> </p> <p> <b>Avatar:</b> <%= link_to @testy.avatar_file_name, @testy.avatar.url %><br> </p> <p> <b>Avatar2:</b> <%= link_to @testy.avatar2_file_name, @testy.avatar2.url %><br> </p> <%= link_to 'Edit', edit_testy_path(@testy) %> | <%= link_to 'Back', testies_path %>
Version data entries
3 entries across 3 versions & 1 rubygems