Files
fetsite/app/views/fragen/show.html.erb
2013-08-19 21:05:46 +02:00

14 lines
185 B
Plaintext

<p id="notice"><%= notice %></p>
<h1>
<%= @frage.title %>
</h1>
<p>
<%= @frage.text %>
</p>
<%= link_to 'Edit', edit_frage_path(@frage) %> |
<%= link_to 'Back', @frage.thema %>