forked from bofh/fetsite
14 lines
185 B
Plaintext
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 %>
|