12345678 |
- -# coding: utf-8
- .row
- .col-md-4{:class => "col-md-offset-4"}
- %form{:role => "form", :method => "post", :action => "add/t411"}
- %h2.text-center Ajout Torrent
- .form-group
- %input{:type => "text", :name => "lien", :class => "form-control", :placeholder => "Lien", :style => "border-radius: 4px 4px 0 0;"}
- %button{:type => "submit", :class => "btn btn-primary btn-lg btn-block", :style => "text-align='center'"} Go Go Go
|