Sha256: 18f5649a92731f7a0f6a75b1837320dc5b0a48220b7c80700ac165d2c9c8bff3
Contents?: true
Size: 1.05 KB
Versions: 97
Compression:
Stored size: 1.05 KB
Contents
<%= error_messages_for 'controller_action' %> <!--[form:controller_action]--> <table> <tr> <th>Controller</th> <td> <% if @site_controller -%> <%= hidden_field :controller_action, :site_controller_id %> <%= link_to @site_controller.name, :controller => 'site_controllers', :action => 'show', :id => @site_controller.id %> <% else -%> <%= collection_select :controller_action, :site_controller_id, @controllers, :id, :name %> <% end -%> </td> </tr> <tr> <th>Action</th> <td> <% if @actions %> <%= collection_select :controller_action, :name, @actions, :name, :name %> or type here: <%= text_field :controller_action, :specific_name %> <% else -%> <%= text_field :controller_action, :name %></p> <% end -%> </td> </tr> <tr> <th>URL to use</th> <td><%= text_field :controller_action, :url_to_use %> (Leave blank if not applicable)</td> </tr> <tr> <td></td><td></td> </tr> <tr> <th>Permission</th> <td> <%= collection_select 'controller_action', 'permission_id', @permissions, :id, :name %> </td> </tr> </table> <!--[eoform:controller_action]-->
Version data entries
97 entries across 97 versions & 2 rubygems