mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
default selected value for scenario.icon select (#1861)
This commit is contained in:
parent
89a9f2594f
commit
b8765fbd31
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
<div class="form-group">
|
||||
<div>
|
||||
<%= f.label :icon %>
|
||||
<%= f.select(:icon, options_for_select(Scenario.icons), {},
|
||||
<%= f.select(:icon, options_for_select(Scenario.icons, @scenario.icon), {},
|
||||
{:style => "font-family:'FontAwesome', Arial;", :class => 'select2-fountawesome-icon'}) %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue