Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save baileylo/627788 to your computer and use it in GitHub Desktop.
Trying to add some usable content.
<h1 id="page_title"><%= @board.title %></h1>
<p id="notice"><%= notice %></p>
<%= link_to 'Rails Boards', boards_path %> &gt; <%= link_to @board.title, @board %> <br />
<%= link_to 'Post New Message', new_board_conversation_url(@board) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment