Created
January 18, 2013 13:39
-
-
Save Wolfr/4564582 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 1 --> | |
| <div id="loginContent"> | |
| <div class="cols"> | |
| <div class="col"> | |
| <div class="cvWrap"> | |
| <div class="cv"> | |
| <div class="colInner"> | |
| <div id="header"> | |
| <%= render 'layouts/radio' %> | |
| <div id="logo"> | |
| <h1><%= link_to 'Streemr', root_path %></h1> | |
| </div> | |
| </div> | |
| <!-- 2 --> | |
| <div class="formHolder colorInverse"> | |
| <h3 class="caps">Probeer het nu:</h3> | |
| <%= simple_form_for @user, url: user_path do |f| %> | |
| <%= f.error :base %> | |
| <%= f.input :email, required: false %> | |
| <%= f.input :password, required: false %> | |
| <div class="formActions"> | |
| <input type="submit" class="medium" value="Probeer het nu"> | |
| </div> | |
| <% end -%> | |
| </div> | |
| <!-- 3 --> | |
| <ul> | |
| <li>©Streemr</li> | |
| <li><%= link_to t('.disclaimer_and_privacy'), '#' %></li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment