app/views/exception_handler/exception/show.html.erb in exception_handler-0.3.5 vs app/views/exception_handler/exception/show.html.erb in exception_handler-0.3.25

- old
+ new

@@ -5,10 +5,12 @@ <% else %> <div class="error"> <!--Alert --> - <%= image_tag 'exception_handler/alert.png', width: "150", alt: "Error!", title: "Sorry, A Server Error Occurred", class: "alert" %> + <div class="alert"> + <%= image_tag 'exception_handler/alert.png', width: "150", alt: "Error!", title: "Sorry, A Server Error Occurred" %> + </div> <!--Message --> <div class="message"> <strong><%= details[:name] %></strong> <span><%= details[:message] %></span> \ No newline at end of file