Skip to content

Commit

Permalink
Correct template.jade for bar class applied to chat window elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
akavlie committed Feb 3, 2012
1 parent 49f9165 commit 3ad838b
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions views/templates.jade
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,18 @@ script(id="titlebar", type="text/html")
span(id="topic") {{topic}}

script(id="chat", type="text/html")
#main-window
#chat-window
#chat-bar
#chat-contents
#input-container
.input
input(id="chat-input")
a(id="chat_button", class="btn disabled") Send
#user-window
#user-bar
.titlebar
span(class='window_title') User List
#user-list
#chat-window
#chat-bar.bar
#chat-contents.bar
#input-container.bar
.input
input(id="chat-input")
a(id="chat_button", class="btn disabled") Send
#user-window
#user-bar.bar
.titlebar
span(class='window_title') User List
#user-list.bar

script(id="channel", type="text/html")
span(class="channel-name") {{name}}
Expand Down

0 comments on commit 3ad838b

Please sign in to comment.