<% @games.each do |game| %>
<%= link_to game.subject, myshixun_game_path(game, :myshixun_id => @myshixun) %>
</br>
<% end %>