Sha256: b76c5f89e23f0fd26105623dc83f3988f6b1dc9ad51bb601b6179d9ea59d6d4f
Contents?: true
Size: 529 Bytes
Versions: 7
Compression:
Stored size: 529 Bytes
Contents
<%- @orm.column_fields.each do |column| -%> .group =f.label :<%= column[:name] %> =f.error_message_on :<%= column[:name] %> <% if column[:field_type] == :text_area %>~<% else %>=<% end %>f.<%= column[:field_type] %> :<%= column[:name] %>, :class => :<%= column[:field_type] %> %span.description Ex: a simple text <%- end -%> .group.navform.wat-cf =f.submit pat(:save), :class => :button =f.submit pat(:cancel), :onclick => "window.location='#{url(:<%= @orm.name_plural %>, :index)}';return false", :class => :button
Version data entries
7 entries across 7 versions & 1 rubygems