Files
BikeShed-1/app/views/teams_examples/index.html.haml
T
2012-12-04 00:46:15 -05:00

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