Sha256: d108a2d49a0ed9093c42a5de1ae5a28aaf7be03634c9da14c36f111d9d8d202e

Contents?: true

Size: 682 Bytes

Versions: 5

Compression:

Stored size: 682 Bytes

Contents

<% if @status.to_s == "404" %>

	Sorry, this page is missing!

<% else %>

	<div class="error">

		<!--Alert -->
		<%= image_tag 'exception_handler/alert.png', width: "150", alt: "Error!", title: "Sorry, A Server Error Occurred", class: "alert" %>
	
		<!--Message -->
		<div class="message">
			<strong><%= details[:name] %></strong>
			<span><%= details[:message] %></span>
		</div>

		<!--Contact -->
		<div class="contact">
			<% ExceptionHandler.config.social.each do |item, address| %>
				<%= link_to image_tag("exception_handler/contact/#{item}.png", title: item.to_s.titleize), address, target: :blank %>
			<% end %>
		</div>
		
	</div>

<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
exception_handler-0.3.5 app/views/exception_handler/exception/show.html.erb
exception_handler-0.3.45 app/views/exception_handler/exception/show.html.erb
exception_handler-0.3.35 app/views/exception_handler/exception/show.html.erb
exception_handler-0.3.3 app/views/exception_handler/exception/show.html.erb
exception_handler-0.3.2 app/views/exception_handler/exception/show.html.erb