app/views/iro/alerts/_form.haml in iron_warbler-2.0.7.28 vs app/views/iro/alerts/_form.haml in iron_warbler-2.0.7.29

- old
+ new

@@ -22,10 +22,10 @@ -# .field -# = f.label :kind -# = f.text_field :kind .field = f.label :symbol - = f.select :symbol, options_for_select( @stocks_list, selected: alert.symbol ) + = f.select :symbol, options_for_select( @symbols_list, selected: alert.symbol ) .field = f.label :direction = f.select :direction, options_for_select([ :ABOVE, :BELOW ], selected: alert.direction) .field = f.label :strike \ No newline at end of file