Skip to content

Commit

Permalink
빠른 채널 이동 메뉴에 홈 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0629 committed Jun 16, 2013
1 parent eae57b5 commit 75e421e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions render/channel.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ <h1 id="channel">SIRC</h1>
</div>
<div id="quick_channel" style="display:none;">
<ul data-role="listview">
<li><a href="/">HOME</a></li>
{% for channel in channels %}
<li><a href="{{ channel['channel'] }}"><strong>{{ channel['channel'] }}</strong></a></li>
{% endfor %}
Expand Down

0 comments on commit 75e421e

Please sign in to comment.