socialforge/app/views/statistics/edit.html.erb

7 lines
125 B
Plaintext

<h1>Editing statistic</h1>
<%= render 'form' %>
<%= link_to 'Show', @statistic %> |
<%= link_to 'Back', statistics_path %>