forked from bofh/fetsite
CHANGE: pretty_toolbar für Fragen und Themen
This commit is contained in:
8
app/views/fragen/_frage.html.erb
Normal file
8
app/views/fragen/_frage.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<p>
|
||||
<b> <%= frage.title %> </b> <br/>
|
||||
<%= raw(frage.text) %>
|
||||
<br/>
|
||||
|
||||
<%= link_to 'Edit', edit_frage_path(frage) %> |
|
||||
<%= link_to 'Destroy',frage, method: :delete, data: { confirm: 'Are you sure?' } %>
|
||||
</p>
|
||||
Reference in New Issue
Block a user