Sha256: d065e19300c9d7dd4f780874427b777b71a42309a13b6045c3cccf5028720f92
Contents?: true
Size: 694 Bytes
Versions: 5
Compression:
Stored size: 694 Bytes
Contents
<div class="edit-bl"> <div class="bot-bg"> <div class="block-title"><%= t('manage.add') %>:</div> <%= form_for @structure, :as => :structure, :url => manage_structures_path, :html=>{:multipart=>true, :id=>'structures_form'} do |f| -%> <%= render :partial=>"manage/structures/form", :object=>f %> <div style="padding: 20px 0px 10px 20px;" class="buts"> <%= link_to_function content_tag(:span, t('manage.create')), "$('#structures_form').submit()", :class=>"gr" %> <%= link_to t('manage.cancel'), manage_structures_path, :class=>"erase" %> <%= f.submit t('manage.create'), :style=>"display:none;" %> </div> <% end %> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems