forked from bofh/fetsite
21 lines
286 B
Plaintext
21 lines
286 B
Plaintext
<p id="notice"><%= notice %></p>
|
|
|
|
<p>
|
|
<b>Title:</b>
|
|
<%= @neuigkeit.title %>
|
|
</p>
|
|
|
|
<p>
|
|
<b>Text:</b>
|
|
<%= @neuigkeit.text %>
|
|
</p>
|
|
|
|
<p>
|
|
<b>Datum:</b>
|
|
<%= @neuigkeit.datum %>
|
|
</p>
|
|
|
|
|
|
<%= link_to 'Edit', edit_neuigkeit_path(@neuigkeit) %> |
|
|
<%= link_to 'Back', neuigkeiten_path %>
|