Skip to content

Commit

Permalink
Remove 'delete channel' button from primary channel ('Lobby')
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtko committed Mar 1, 2013
1 parent b9c39e9 commit b3f1e18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/assets/templates/channel_tabs.jst.eco
Expand Up @@ -5,7 +5,9 @@
<span class="tab_left"></span>
<span class="tab_content">
<cite><%= channel.get('name') %></cite>
<cite class="close_channel" title="close channel">x</cite>
<% unless channel.get('id') == 1: %>
<cite class="close_channel" title="close channel">x</cite>
<% end %>
</span>
</a>
</li>
Expand Down

0 comments on commit b3f1e18

Please sign in to comment.