mirror of https://github.com/fspc/BikeShed-1.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
175 B
9 lines
175 B
%p
|
|
= link_to 'Create a Team', new_team_path, :class => 'btn btn-large btn-primary'
|
|
|
|
.teams
|
|
- teams.each do |team|
|
|
%h3.team= link_to team, team
|
|
|
|
= will_paginate teams
|
|
|
|
|