Skip to content

Commit

Permalink
Changing name parameter back to extra_copies, defining id seperately
Browse files Browse the repository at this point in the history
Signed-off-by: Arpit Goyal <[email protected]>
  • Loading branch information
agmps17 committed Aug 3, 2014
1 parent 65fce5e commit 879a4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/pooling/_disk_pool_share.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ td.centered
td.centered
-if @partition_count > 1 and checked
-num_copies_list = options_for_select(@selection, selected)
= select_tag "extra_copies_#{share.id}", num_copies_list,
= select_tag "extra_copies", num_copies_list,
data: { remote: true, url: pooling_engine.update_extra_copies_path(:id => share.id)},
class: 'remote-select form-control'
class: 'remote-select form-control', :id=> "extra_copies_#{share.id}"
= spinner

0 comments on commit 879a4e5

Please sign in to comment.