Skip to content

Commit e1417dc

Browse files
committed
sc2ranks is long gone
1 parent 3d5d759 commit e1417dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/views/players/show.html.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<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>
1212
<div class="links">
1313
<%= 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? %>
1514
<% if controller.superuser? %>
1615
<%= link_to('+1Month', :controller => :players, :action => :give_one_month_ggtracker_pro) %>
1716
<% end %>

0 commit comments

Comments
 (0)