Skip to content

Instantly share code, notes, and snippets.

@baileylo
Created October 15, 2010 07:38
Show Gist options
  • Select an option

  • Save baileylo/627784 to your computer and use it in GitHub Desktop.

Select an option

Save baileylo/627784 to your computer and use it in GitHub Desktop.
New board index layout
<h1 id="page_title">Message Boards</h1>
<p id="notice"><%= notice %></p>
<table>
<tr>
<th align="left">Title</th>
</tr>
<% @boards.each do |board| %>
<tr>
<td><%= link_to board.title, board %></td>
</tr>
<% end %>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment