remove directive in gitignore preventing some folders (ending by sites) to be correctly versioned

This commit is contained in:
did 2011-11-28 13:53:34 -08:00
parent 6505b7ab25
commit aebb4f74ec
2 changed files with 24 additions and 1 deletions

3
.gitignore vendored
View File

@ -30,11 +30,12 @@ Capfile
config/deploy.rb
perf/*.rb
gem_graph.png
sites/
./sites/
permanent
doc/bushido
*.swp
.sass-cache/
spec/dummy/public/sites
spec/dummy/tmp/
spec/dummy/spec/tmp
spec/dummy/log/*.log

View File

@ -0,0 +1,22 @@
%script{ :type => 'text/html', :id => 'domains_list' }
%ul
.new-entry
%em http://
= text_field_tag 'domain', '', :id => '', :placeholder => t('formtastic.hints.site.domain_name')
%span.actions
= link_to t('locomotive.buttons.new_item'), '#', :class => 'add'
%script{ :type => 'text/html', :id => 'domain_entry' }
%em http://
= text_field_tag 'site[domains][]', '{{name}}', :id => ''
{{#if error}}
%span.inline-errors {{error}}
{{/if}}
%span.actions
= link_to 'x', '#', :class => 'remove'