Created
September 17, 2012 11:11
-
-
Save cascalheira/3736731 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
/ Copied this: | |
- unless @orders_new.empty? | |
%li | |
= form_tag('/management/orders/batch/') do | |
= hidden_field_tag "do", "print" | |
%table | |
%tr | |
%th | |
%input#selectall{:type => "checkbox"} | |
%th Costumer | |
%th Gallery | |
%th # Photos | |
%th Value | |
%th Shipping | |
%th Total | |
%th | |
/ After pasting and using cmt + [ got this: | |
- unless @orders_new.empty? | |
%li | |
= form_tag('/management/orders/batch/') do | |
= hidden_field_tag "do", "print" | |
%table | |
%tr | |
%th | |
%input#selectall{:type => "checkbox"} | |
%th Costumer | |
%th Gallery | |
%th # Photos | |
%th Value | |
%th Shipping | |
%th Total | |
%th |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment