Sha256: c6cde62c9e433316d6b58dd0faa660faa94bb588c29a33fb777a3c183f342384

Contents?: true

Size: 423 Bytes

Versions: 1

Compression:

Stored size: 423 Bytes

Contents

.error
	/Alert
	= image_tag 'exception_handler/alert.png', width: "150", alt: "Error!", title: "Sorry, A Server Error Occurred", class: "alert"

	/Message
	.message
		%strong
			= details[:name]
		%span
			= details[:message]

	/Contact
	.contact
		- ExceptionHandler.config.social.each do |item, address|
			%a{ href: address }> #{image_tag "exception_handler/contact/#{item}.png", title: item.to_s.titleize}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exception_handler-0.2.6 app/views/exception_handler/exception/show.html.haml