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

- old
+ new

@@ -5,12 +5,10 @@ <% else %> <div class="error"> <!--Alert --> - <div class="alert"> - <%= image_tag 'exception_handler/alert.png', width: "150", alt: "Error!", title: "Sorry, A Server Error Occurred" %> - </div> + <%= 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> \ No newline at end of file