Skip to content

Commit

Permalink
Merge pull request #148 from mjtko/fix/remove-lobby-delete-button
Browse files Browse the repository at this point in the history
Remove 'delete channel' button from primary channel ('Lobby')
  • Loading branch information
donthorp committed Mar 1, 2013
2 parents daf9f8c + b3f1e18 commit 5ee7a46
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 5ee7a46

Please sign in to comment.