Commit d75ed8fa602dd659be348694d3e19a462e5cea6d
1 parent
b94dc044
Exists in
master
and in
5 other branches
Add limit option to softwares block
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
views/box_organizer/_softwares_block.html.erb
1 | 1 | <div id='edit-softwares-block'> |
2 | + <%= labelled_form_field _('Limit of items'), text_field(:block, :limit, :size => 3) %> | |
2 | 3 | <%= labelled_form_field _('Software Type:'), select_tag('block[software_type]', options_for_select(["Public", "Generic", "All"], @block.software_type) )%> |
3 | 4 | </div> | ... | ... |