Commit 49f0dbd9 by Ibrahim Awwal

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

parent a67b76ae
......@@ -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
......
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment