Sha256: 2089c9d9fe869e935cf55b1fdad959df87531b01ae4ea061cf590ada30ca28fa
Contents?: true
Size: 467 Bytes
Versions: 10
Compression:
Stored size: 467 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <b>Address1:</b> <%= @destination.address1 %> </p> <p> <b>Address2:</b> <%= @destination.address2 %> </p> <p> <b>City:</b> <%= @destination.city %> </p> <p> <b>State:</b> <%= @destination.state %> </p> <p> <b>Zip:</b> <%= @destination.zip %> </p> <p> <b>Phone:</b> <%= @destination.phone %> </p> <%= link_to 'Edit', edit_destination_path(@destination) %> | <%= link_to 'Back', destinations_path %>
Version data entries
10 entries across 10 versions & 1 rubygems