rename in_juty to in_duty

This commit is contained in:
Zin Lin Phyo
2017-09-06 11:18:02 +06:30
parent 31021813b0
commit 784e740da3
28 changed files with 640 additions and 587 deletions

View File

@@ -0,0 +1,10 @@
<div class="span12">
<div class="page-header">
<ul class="breadcrumb">
<li><a href="<%= origami_root_path %>">Home</a></li>
<li><a href="<%= origami_in_duties_path %>">In Duties</a></li>
<li>Edit</li>
</ul>
</div>
<%= render 'form', in_duty: @in_duty %>
</div>