Skip to content

Commit

Permalink
removed contact link from sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfolio committed Oct 14, 2009
1 parent e95add0 commit 2c52eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -99,7 +99,6 @@
<%= yield :sidebar %>
<ul id="big">
<li><%= link_to "New ticket", new_ticket_url, :class=>"big_ticket" %></li>
<li><%= link_to "Contact us", AppConfig['contact'], :class=>"big_contact" %></li>
<li><span id="find_label"><a href="javascript:;" onclick="show_find()" class="big_find">Find your ticket</a></span></li>
<% if current_user %>
<li><%= link_to "Fresh tickets", fresh_tickets_url, :class=>"big_fresh" %></li>
Expand Down

0 comments on commit 2c52eca

Please sign in to comment.