Sha256: 55daddd7a607b5436bb504b7919a5eb73c676fe5b49bbf307fe0f6eb7d036353

Contents?: true

Size: 396 Bytes

Versions: 27

Compression:

Stored size: 396 Bytes

Contents

<%= semantic_form_for([:admin, @gallery]) do |form| %>

	<%= render "admin/shared/form_buttons", :form => form %>

	<%= render "admin/shared/form_errors" %>

	<%= form.inputs do -%>
	  <br />
		<%= form.input :name, :input_html => {:class => "title"}, :label_html => {:style => "display:none"} %>
	<%- end -%>

<% end %>

<% if params[:action] == "edit" %>

	<%= render "manager" %>	
	
<% end %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
soapbox-0.3.1 app/views/admin/galleries/form.html.erb
soapbox-0.3.0 app/views/admin/galleries/form.html.erb
soapbox-0.2.24 app/views/admin/galleries/form.html.erb
soapbox-0.2.23 app/views/admin/galleries/form.html.erb
soapbox-0.2.21 app/views/admin/galleries/form.html.erb
soapbox-0.2.20 app/views/admin/galleries/form.html.erb
soapbox-0.2.18 app/views/admin/galleries/form.html.erb
soapbox-0.2.16 app/views/admin/galleries/form.html.erb
soapbox-0.2.15 app/views/admin/galleries/form.html.erb
soapbox-0.2.14 app/views/admin/galleries/form.html.erb
soapbox-0.2.12 app/views/admin/galleries/form.html.erb
soapbox-0.2.11 app/views/admin/galleries/form.html.erb
soapbox-0.2.10 app/views/admin/galleries/form.html.erb
soapbox-0.2.9 app/views/admin/galleries/form.html.erb
soapbox-0.2.8 app/views/admin/galleries/form.html.erb
soapbox-0.2.7 app/views/admin/galleries/form.html.erb
soapbox-0.2.6 app/views/admin/galleries/form.html.erb
soapbox-0.2.5 app/views/admin/galleries/form.html.erb
soapbox-0.2.4 app/views/admin/galleries/form.html.erb
soapbox-0.2.3 app/views/admin/galleries/form.html.erb