Sha256: 9c3dfbfbcd40c41cb85e62e6bb49db7956a3ddc72c3968cc6b24b5feb7622584

Contents?: true

Size: 498 Bytes

Versions: 2

Compression:

Stored size: 498 Bytes

Contents

!!!
%html{lang: "en"}
	%head
		%meta{charset: "utf-8"}/
		%meta{content: "width=device-width, initial-scale=1.0", name: "viewport"}/
		%title #{@title} - Blogr
		= stylesheet_link_tag    "blogr/application"
		= javascript_include_tag "blogr/application"
		= csrf_meta_tags

	%body{class: "blogr login"}
		= yield

	- if Rails.env.development?
		<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blogr-0.0.7 app/views/layouts/blogr/login.html.haml
blogr-0.0.6 app/views/layouts/blogr/login.html.haml