Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
sc2ranks is long gone
  • Loading branch information
dsjoerg committed Apr 13, 2016
commit e1417dca01a4bd40db539e6914a24e4976d7a341
1 change: 0 additions & 1 deletion app/views/players/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<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>
<div class="links">
<%= link_to('bnet', @identity.profile_url, {:class => 'bnet'}) if @identity.profile_url.present? %>
<%= link_to('sc2ranks', @identity.sc2ranks_url) if @identity.sc2ranks_url.present? %>
<% if controller.superuser? %>
<%= link_to('+1Month', :controller => :players, :action => :give_one_month_ggtracker_pro) %>
<% end %>
Expand Down