Skip to content

Instantly share code, notes, and snippets.

@paul-ihnatolia
Created November 16, 2011 15:35
Show Gist options
  • Save paul-ihnatolia/1370372 to your computer and use it in GitHub Desktop.
Save paul-ihnatolia/1370372 to your computer and use it in GitHub Desktop.
_partial
<table padding="1">
<tr>
<td> <hr id = "line_2"/></td>
<%@tab.each do |el|%>
<%unless(el[:label]==@choose)%>
<td class="left"><div/></td><td class="navbar"><span class="text"><%= link_to el[:label],el[:url] %></span></td><td class="right"></td>
<%else%>
<td id="left_a"><div/></td><td id="navbar_a"><span id="active"><%= link_to el[:label],el[:url] %></span></td><td id="right_a"></td>
<%end%>
<td></td>
<td></td>
<%end%>
<td> <hr id = "line"/></td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment