Make the index page not stupid, but not particularly useful either.

This commit is contained in:
Ibrahim Awwal
2012-09-01 00:03:15 -07:00
parent a67b76ae27
commit 49f0dbd9e6
2 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,8 @@ class @DiscussionRouter extends Backbone.Router
@nav.render()
allThreads: ->
true
# TODO: Do something reasonable here
$(".discussion-column").html("No thread selected.")
setActiveThread: =>
if @thread

View File

@@ -844,6 +844,7 @@ body.discussion {
background: #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
width: 68%;
min-height: 500px
}
.discussion-article {