17 lines
653 B
Plaintext
17 lines
653 B
Plaintext
.dialog.dialog-overlay-sm{layout: 'dialog', 'layout-id' => 'instrument-selector-dialog', id: 'instrument-selector-dialog'}
|
|
.content-head
|
|
= image_tag "content/icon_checkmark_circle.png", {:width => 20, :height => 20, :class => 'content-icon' }
|
|
%h1
|
|
= 'select instruments & expertise'
|
|
.dialog-inner
|
|
%strong
|
|
.instructions
|
|
%br{:clear => "all"}/
|
|
.content-body
|
|
.content-body-scroller
|
|
.instrument-selector-container
|
|
=render "users/instrument_selector"
|
|
|
|
.right.action-buttons
|
|
%a.button-grey.btn-cancel-dialog{'layout-action' => 'cancel'} CANCEL
|
|
%a.button-orange.btn-select-instruments SELECT |