mailr/themes/olive/views/internal/error.html.erb
Wojciech Todryk 37f548ce46 devel
2011-07-27 20:34:30 +02:00

15 lines
362 B
Plaintext
Executable file

<% content_for :title do %>
<%= @title %>
<% end %>
<div id="box">
<div class="block block-login">
<div id="logo"><a href="/"><img src="<%= current_theme_image_path('logo_small.png')%>" alt="Mailr"/></a>
</div>
<h2><%= @title %></h2>
<div class="content">
<div class="flash"><div class="message error"><p><%= @error %></p></div></div>
</div>
</div>
</div>