forked from External/greenlight
		
	error pages and rec row
This commit is contained in:
		@@ -1,7 +1,12 @@
 | 
			
		||||
<div class="text-center center-page">
 | 
			
		||||
  <h1 class="display-2 font-weight-400">Oh no!</h1>
 | 
			
		||||
  <h3>Looks like something went wrong on our end.</h3>
 | 
			
		||||
  <%= link_to root_url do %>
 | 
			
		||||
    <h4>Return to home page.</h4>
 | 
			
		||||
  <% end %>
 | 
			
		||||
<div class="page">
 | 
			
		||||
  <div class="page-content">
 | 
			
		||||
    <div class="container text-center">
 | 
			
		||||
      <div class="display-1 text-muted mb-5">500</div>
 | 
			
		||||
      <h1 class="h2 mb-3">Oh no! Looks like something went wrong on our end.</h1>
 | 
			
		||||
      <p class="h4 text-muted font-weight-normal mb-7">The error has been logged, we'll take a look!</p>
 | 
			
		||||
      <a class="btn btn-primary" href="javascript:history.back()">
 | 
			
		||||
        <i class="fe fe-arrow-left mr-2"></i>Go back
 | 
			
		||||
      </a>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user