Replace add userby email textinput in admin/roles#show with searchable combobox
This commit is contained in:
parent
877402e837
commit
2f1052df1a
7 changed files with 16 additions and 2 deletions
|
|
@ -14,4 +14,6 @@
|
|||
*= require bootstrap-datetimepicker
|
||||
*= require leaflet
|
||||
*= require bootstrap3-switch
|
||||
*= require bootstrap-select
|
||||
*= require osem-selectpicker
|
||||
*/
|
||||
|
|
|
|||
2
app/assets/stylesheets/osem-selectpicker.css
Normal file
2
app/assets/stylesheets/osem-selectpicker.css
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/* Align bootstrap-select with the Add button */
|
||||
.add-user-role > .select { display: inline; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue