mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-04-04 05:33:22 -04:00
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
%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
|
|
|