Sha256: 14d994fecfe31e914e710f90c0e1df8a21af6f6bc23f7c337093dee4fe761abc
Contents?: true
Size: 368 Bytes
Versions: 5
Compression:
Stored size: 368 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
5 entries across 5 versions & 1 rubygems