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

Version Path
hashbrowns-0.2.5 example/app/views/destinations/show.html.erb
hashbrowns-0.2.4 example/app/views/destinations/show.html.erb
hashbrowns-0.2.3 example/app/views/destinations/show.html.erb
hashbrowns-0.2.2 example/app/views/destinations/show.html.erb
hashbrowns-0.2.1 example/app/views/destinations/show.html.erb
hashbrowns-0.2.0 example/app/views/destinations/show.html.erb
hashbrowns-0.1.6 example/app/views/destinations/show.html.erb
hashbrowns-0.1.5 example/app/views/destinations/show.html.erb
hashbrowns-0.1.4 example/app/views/destinations/show.html.erb
hashbrowns-0.1.3 example/app/views/destinations/show.html.erb