<% if @site_tags[site.id].length > 0 %>
<% @site_tags[site.id].each_with_index do |tag, index| %>
<%= tag %><% if index != @site_tags[site.id].length - 1 %>,<% end %>
<% end %>
<% end %>
<% if signed_in? && current_site.is_admin %>
<%== csrf_token_input_html %>
<%== csrf_token_input_html %>
<%== csrf_token_input_html %>
<%== csrf_token_input_html %>
<% end %>
<% end %>
<% end %>
<% if params[:sort_by] != 'random' %>
<%== erb :'_pagination', layout: false %>
<% end %>
<% unless is_education? %>
Popular Tags
<% Tag.popular_names(100).each_with_index do |tag,i| %>
<% i = (((i+1).to_f/100) * 10).to_i %>
<%= tag[:name] %>
<% end %>