PageRenderTime 29ms CodeModel.GetById 20ms app.highlight 6ms RepoModel.GetById 1ms app.codeStats 0ms

/app/views/clubs/index.html.slim

https://bitbucket.org/tbueno/planetafutebol
Slim | 23 lines | 22 code | 1 blank | 0 comment | 0 complexity | 9f02f7ad538c305128041824b7104733 MD5 | raw file
 1.row
 2  .span12
 3    = render "shared/hero"
 4    .page-header.hidden-phone
 5      h1 Escolha seu clube
 6    .row
 7      .span6
 8        ul.club-list
 9          - @clubs.each do |club|
10            li.span1.club
11              = link_to clube_path(:slug => club.slug) do
12                .thumbnail
13                  = image_tag image_for(club), alt: club.name
14        .clear
15        .sobre
16          p Saiba mais #{link_to 'sobre o Vole.io.', '/sobre'}
17      .span6
18        .contato.hidden-phone
19          h2 Deseja ver seu time no Vole.io?
20          p EntĂŁo entre #{ link_to 'em contato conosco.', contact_path}
21
22          = render partial: 'shared/twitter.html.slim'
23          = render partial: 'shared/facebook_like.html.slim'