Files
sx-fc/app/views/origami/in_juties/edit.html.erb
Zin Lin Phyo 874a9b60be create InJuty
2017-08-23 15:02:27 +06:30

7 lines
139 B
Plaintext

<h1>Editing In Juty</h1>
<%= render 'form', in_juty: @in_juty %>
<%= link_to 'Show', @in_juty %> |
<%= link_to 'Back', in_juties_path %>