mailr/themes/olive/views/sidebar/_logo.html.erb

4 lines
139 B
Plaintext
Raw Normal View History

2011-09-18 21:18:52 +02:00
<div class="logo">
<%= link_to image_tag(current_theme_image_path("logo_small.png"),:alt=> t(:mailr,:scope=>:common)), root_path %>
</div>