Sha256: 9b774b1c41fd8ad7cb4d717d19b9fd075c1fb19cb9fb9aefe2d3c3ca7e0a2dcb

Contents?: true

Size: 376 Bytes

Versions: 17

Compression:

Stored size: 376 Bytes

Contents

  

  <%=form_for @template,:url => spud_admin_templates_path(),:html=>{:class=>"right_aligned_form"} do |f|%>
    <%=render :partial => "form",:locals => {:f => f}%>
    <fieldset class="submit"><%=f.submit%> or <%=link_to "cancel",request.referer%></fieldset>
  <%end%>

  <script type="text/javascript">
  	$('input[type=submit],.close_dialog').button();
  	
  </script>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
spud_cms-0.7.2 app/views/spud/admin/templates/new.html.erb
spud_cms-0.7.1 app/views/spud/admin/templates/new.html.erb
spud_cms-0.7.0 app/views/spud/admin/templates/new.html.erb
spud_cms-0.4.8 app/views/spud/admin/templates/new.html.erb
spud_cms-0.4.7 app/views/spud/admin/templates/new.html.erb
spud_cms-0.4.6 app/views/spud/admin/templates/new.html.erb
spud_cms-0.4.5 app/views/spud/admin/templates/new.html.erb
spud_cms-0.4.4 app/views/spud/admin/templates/new.html.erb
spud_cms-0.4.3 app/views/spud/admin/templates/new.html.erb
spud_cms-0.4.0 app/views/spud/admin/templates/new.html.erb
spud_cms-0.3.7 app/views/spud/admin/templates/new.html.erb
spud_cms-0.3.6 app/views/spud/admin/templates/new.html.erb
spud_cms-0.3.4 app/views/spud/admin/templates/new.html.erb
spud_cms-0.3.3 app/views/spud/admin/templates/new.html.erb
spud_cms-0.3.2 app/views/spud/admin/templates/new.html.erb
spud_cms-0.3.1 app/views/spud/admin/templates/new.html.erb
spud_cms-0.3.0 app/views/spud/admin/templates/new.html.erb