Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
SRCT-chat
Commits
064a7df0
Commit
064a7df0
authored
Nov 22, 2014
by
Manuel Gauto
Browse files
Fix syntax
parent
89921c95
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/views/home/home.html
View file @
064a7df0
...
...
@@ -4,7 +4,7 @@
<div
class=
"large-2 columns"
>
<ul
class=
"side-nav"
role=
"navigation"
title=
"Channel List"
>
{{#each channels}}
<li
role=
"menuitem"
><a
class=
"chanSelect"
data-chanId=
"{{_id}}"
href=
"#"
>
{{channelName channel._id}}
</a></li>
<li
role=
"menuitem"
><a
class=
"chanSelect"
data-chanId=
"{{_id}}"
href=
"#"
>
{{channelName channel._id}}
</a></li>
{{/each}}
</ul>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment