% flashed_errors(:configuration) %>
Name
<%= text_field 'configuration', 'name', :style =>'' %>
Value |
||
<% disabled = @configuration.prompt? ? {:disabled =>'disabled'} : {} %> <%= text_field 'configuration', 'value', disabled.merge(:style =>'width: 330px') %> | or | <%= check_box 'configuration', 'prompt_on_deploy', :style =>'' %> Prompt for value on deployment |