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

Version Path
flexi_generators-0.2.10 lib/generators/flexi/prepare/templates/login.html.erb
flexi_generators-0.2.8 lib/generators/flexi_prepare/templates/login.html.erb
flexi_generators-0.2.6 lib/generators/flexi_prepare/templates/login.html.erb
flexi_generators-0.2.5 lib/generators/flexi_prepare/templates/login.html.erb
flexi_generators-0.2.4 lib/generators/flexi_prepare/templates/login.html.erb
flexi_generators-0.2.3 lib/generators/flexi_prepare/templates/login.html.erb
flexi_generators-0.2.2 lib/generators/flexi_prepare/templates/login.html.erb
flexi_generators-0.2.1 lib/generators/flexi_prepare/templates/login.html.erb
flexi_generators-0.2.0 lib/generators/flexi_prepare/templates/login.html.erb