removing blueprint classes from new aspect modal

This commit is contained in:
Pablo Cuadrado 2014-09-23 20:37:10 -03:00 committed by Steffen van Bergerem
parent 122fde9093
commit b2e3866217

View file

@ -2,9 +2,9 @@
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
-# TODO: remove Blueprint classes when everything is ported to Bootstrap
.span6.span-12.last
-# Using row to enforce a non-percentual width on span6
.row
.span6
#facebox_header
%h3
= t('contacts.index.add_a_new_aspect')
@ -21,12 +21,9 @@
= aspect.check_box :contacts_visible, :checked => false, class: 'checkbox'
= aspect.label :contacts_visible, t('aspects.edit.make_aspect_list_visible')
%p.checkbox_select
= aspect.check_box :chat_enabled, :checked => false, class: 'checkbox'
= aspect.label :chat_enabled, t('aspects.edit.grant_contacts_chat_privilege')
%br
.bottom_submit_section
= submit_tag t('cancel'), :class => 'button btn', :type => :reset, :rel => "close"
= aspect.submit t('.create'), :class => 'button btn creation'
= submit_tag t('cancel'), :class => 'btn', :type => :reset, :rel => "close"
= aspect.submit t('.create'), :class => 'btn creation'