Sha256: d0dfc8703dd11baad98c0cf0f59d30c95c964d4c51a9c93dfe8629af3180dfec
Contents?: true
Size: 380 Bytes
Versions: 15
Compression:
Stored size: 380 Bytes
Contents
<%= form_tag({}, :id => 'page_content_form') do %> <%= submit_tag 'Save', :id => 'btn_save', :style => 'display: none' %> <%= render :inline => @template_content %> <% end %> <script type="text/javascript"> window.onbeforeunload = function () { return "This page is asking you to confirm that you want to leave - data you have entered may not be saved." }; </script>
Version data entries
15 entries across 15 versions & 1 rubygems