Sha256: 9a3c94a5074bd43058dc3ff65b79eb1f33382bd00a240f51ce054ff4228951a7
Contents?: true
Size: 374 Bytes
Versions: 2
Compression:
Stored size: 374 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Name:</strong> <%= @message.name %> </p> <p> <strong>Email:</strong> <%= @message.email %> </p> <p> <strong>Telephone:</strong> <%= @message.telephone %> </p> <p> <strong>Message:</strong> <%= @message.message %> </p> <%= link_to 'Edit', edit_message_path(@message) %> | <%= link_to 'Back', messages_path %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
anti_spam-0.0.2 | test/dummy/app/views/messages/show.html.erb |
anti_spam-0.0.1 | test/dummy/app/views/messages/show.html.erb |