Created
November 4, 2014 18:50
-
-
Save TylerSangster/e4ff4ff6b3e6f833deb6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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