Sha256: 02af98b9588186310517f595fcd59554a23eb0aec993a37c0c0b0cd2c34516d7
Contents?: true
Size: 648 Bytes
Versions: 9
Compression:
Stored size: 648 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title><%%= "Área administrativa - #{ yield(:title) }" %></title> <%%= stylesheet_link_tag 'login' %> <%%= yield(:head) %> <%%= csrf_meta_tag %> </head> <body> <div id="logo"> <%%= image_tag("logo.png") %> </div> <div id="container"> <div class="box-header"> <%% if show_title? %> <h2><%%= yield(:title) %></h2> <%% end %> </div> <div class="box"> <%%= raw flash_messages %> <%%= yield %> </div> </div> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems