diff --git a/client/index.html b/client/index.html index 4e3155ed..44fca1c2 100644 --- a/client/index.html +++ b/client/index.html @@ -34,17 +34,17 @@
- +
@@ -82,7 +82,7 @@
- +
@@ -160,7 +160,7 @@
- +
@@ -308,7 +308,7 @@
- +
diff --git a/client/views/chan.tpl b/client/views/chan.tpl index 7ac3a9d9..47495362 100644 --- a/client/views/chan.tpl +++ b/client/views/chan.tpl @@ -1,7 +1,7 @@ {{#each channels}}
{{#if unread}}{{unread}}{{/if}} - + {{name}}
{{/each}} diff --git a/client/views/chat.tpl b/client/views/chat.tpl index 147ec84a..abbe0a9e 100644 --- a/client/views/chat.tpl +++ b/client/views/chat.tpl @@ -1,11 +1,11 @@ {{#each channels}}
- + {{#equal type "channel"}} - + {{/equal}} - + {{name}} {{{parse topic}}}
diff --git a/client/views/msg.tpl b/client/views/msg.tpl index 7563d6b8..e605bd95 100644 --- a/client/views/msg.tpl +++ b/client/views/msg.tpl @@ -10,7 +10,7 @@ {{#equal type "toggle"}}
- +
{{#if toggle}} {{partial "toggle"}} diff --git a/client/views/user.tpl b/client/views/user.tpl index 7ce24097..a96dd288 100644 --- a/client/views/user.tpl +++ b/client/views/user.tpl @@ -1,6 +1,6 @@ {{#if users.length}}
- +
{{/if}}