Skip to content

Instantly share code, notes, and snippets.

@TylerSangster
Created November 4, 2014 18:50
Show Gist options
  • Select an option

  • Save TylerSangster/e4ff4ff6b3e6f833deb6 to your computer and use it in GitHub Desktop.

Select an option

Save TylerSangster/e4ff4ff6b3e6f833deb6 to your computer and use it in GitHub Desktop.
table.board-table
tr
th Name
th Threads
th Messages
- if @boards.present?
- @boards.each do |board|
tr
td
.board-title = board.title
.board-subheading = board.subject
td = board.num_threads
td = board.num_posts
- else
tr
td Cannot connect to Forum, please try again later.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment