We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5d759 commit e1417dcCopy full SHA for e1417dc
app/views/players/show.html.erb
@@ -11,7 +11,6 @@
11
<h2><a href="/players/<%= @identity.id %>/<%= @identity.name %>"><%= @identity.name %></a><span ng-show="<%= @prolevel %> > 0" class="djcloak icon icon-star-white-32"></span><!--<span class="tiny prolabel">PRO</span>--></h2>
12
<div class="links">
13
<%= link_to('bnet', @identity.profile_url, {:class => 'bnet'}) if @identity.profile_url.present? %>
14
- <%= link_to('sc2ranks', @identity.sc2ranks_url) if @identity.sc2ranks_url.present? %>
15
<% if controller.superuser? %>
16
<%= link_to('+1Month', :controller => :players, :action => :give_one_month_ggtracker_pro) %>
17
<% end %>
0 commit comments