Skip to content

Instantly share code, notes, and snippets.

// Place all the styles related to the Videos controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
input[type='text'] {
width: 50%;
font-size: 14px;
padding: 3px;
}
- @template.tabs.each_with_index do |t, index|
- if index > 0
.tab{:id => "tab_#{index}"}
- else
.tab.visible{:id => "tab_#{index}"}
%h3= t['headers'][0]
- t['inputs'].each do |b|
%h4= b['prompt']
= render 'make_input', :input => b
<form id="login_form">
<div id="login_elements" style="display:none;">
<div id="error_flash" style="display: none;">
Logging in...
</div>
<h3 id="log_in">
Are you a bartender? Sign in!
</h3>
<div id="login_email" class="field">
<span>Email</span>