Sha256: 772d203470452067fd31a8fe42e74e8eb806322d486186380ff7a6a004cefab1
Contents?: true
Size: 574 Bytes
Versions: 4
Compression:
Stored size: 574 Bytes
Contents
<p> <b>Title:</b> <%=h @contact.title %> </p> <p> <b>Summary:</b> <%=h @contact.summary %> </p> <p> <b>Birthday:</b> <%=h @contact.birthday %> </p> <p> <b>Platform:</b> <%=h @contact.platform %> </p> <p> <b>Editor:</b> <%=h @contact.editor %> </p> <p> <b>Url:</b> <%=h @contact.url %> </p> <p> <b>Address:</b> <%=h @contact.address %> </p> <p> <b>Phone:</b> <%=h @contact.phone %> </p> <p> <b>Private:</b> <%= @contact.private %> </p> <%= link_to 'edit', resource(@contact, :edit) %> | <%= link_to 'Back', resource(:contacts) %>
Version data entries
4 entries across 4 versions & 1 rubygems