Sha256: e153f0f84d6c8a642f7c1f3e836f30798ca2ee9a019e1f863aa15a8b998def19
Contents?: true
Size: 382 Bytes
Versions: 2
Compression:
Stored size: 382 Bytes
Contents
<%= error_messages_for 'option' %> <!--[form:attribute]--> <table> <tr> <td>Option Name: </td> <td><%= @option.name -%></td> </tr> <tr> <td>Option Value: </td> <td> <select name="option_value" id="option_value"> <%= options_from_collection_for_select(@all_option_values, :id, :name) -%> </select> </td> </tr> </table> </p> <!--[eoform:attribute]-->
Version data entries
2 entries across 2 versions & 1 rubygems