Sha256: ad28e0d3caf08df12d86ad68057484a16a113541b7e181fcdc672405efb8ba72

Contents?: true

Size: 305 Bytes

Versions: 1

Compression:

Stored size: 305 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <b>Title:</b>
  <%= @notification.title %>
</p>

<p>
  <b>Content:</b>
  <%= @notification.content %>
</p>

<p>
  <b>Url:</b>
  <%= @notification.url %>
</p>


<%= link_to 'Edit', edit_notification_path(@notification) %> |
<%= link_to 'Back', notifications_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
silvermoon-0.1 spec/dummy/app/views/notifications/show.html.erb