Displaying 1 result from an estimated 1 matches for "holiday_edit".
2006 Jun 13
1
How to give conditions in rails
...t;holiday_list") %>
<table align="center" width="50%" cellpadding="5" cellspacing="3">
<tr>
<td colspan="2">
<center><b>
<%= link_to ''Add holiday'', :action => ''holiday_edit'' %>
</center></b>
</td>
</tr>
</table>
<br>
<br>
<p>
<h1 align="center"><i>List of Holidays</i></h1>
</p>
<br>
<%
if @holidays.length > 0
%>
<%
d=select_year(2006,:...