Skip to content

Commit

Permalink
Fixed work_records edit link errors
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyczak committed Oct 18, 2010
1 parent a75f560 commit f4414df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/work_time_cards/_employee_work_evidence.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,22 @@
<%= render :partial => 'work_card_row', :locals => {:value_to_calculate => "vacation_leave"} %>
</tr>
<tr class="smaller_font">
<td>2</td>
<td>3</td>
<td>Urlop<br/>okolicznościowy</td>
<%= render :partial => 'work_card_row', :locals => {:value_to_calculate => "occasional_leave"} %>
</tr>
<tr class="smaller_font">
<td>2</td>
<td>4</td>
<td>Urlop<br/>okolicznościowy</td>
<%= render :partial => 'work_card_row', :locals => {:value_to_calculate => "care_leave"} %>
</tr>
<tr class="smaller_font">
<td>3</td>
<td>5</td>
<td>Choroba</td>
<%= render :partial => 'work_card_row', :locals => {:value_to_calculate => "sickness"} %>
</tr>
<tr class="smaller_font">
<td>4</td>
<td>6</td>
<td>NN</td>
<%= render :partial => 'work_card_row', :locals => {:value_to_calculate => "nn"} %>
</tr>
Expand Down

0 comments on commit f4414df

Please sign in to comment.