Show More
Commit Description:
move datatable to yarn
Commit Description:
move datatable to yarn
File last commit:
Show/Diff file:
Action:
app/views/shared/_user_select.html.haml | 12 lines | 301 B | text/x-haml | HamlLexer |
.panel.panel-primary
.panel-heading
Users
.panel-body
.radio
%label
= radio_button_tag 'users', 'all', (params[:users] == "all")
All users
.radio
%label
= radio_button_tag 'users', 'enabled', (params[:users] == "enabled")
Only enabled users