forked from bofh/fetsite
16 lines
230 B
Plaintext
16 lines
230 B
Plaintext
<p id="notice"><%= notice %></p>
|
|
|
|
<p>
|
|
<b>Name:</b>
|
|
<%= @calendar.name %>
|
|
</p>
|
|
|
|
<p>
|
|
<b>Public:</b>
|
|
<%= @calendar.public %>
|
|
</p>
|
|
|
|
|
|
<%= link_to 'Edit', edit_calendar_path(@calendar) %> |
|
|
<%= link_to 'Back', calendars_path %>
|