Sha256: 81dafd5c37ef8342e4dab17a52703b6cd27821cd49519928605783701624b8a6
Contents?: true
Size: 536 Bytes
Versions: 8
Compression:
Stored size: 536 Bytes
Contents
<% content_for :title do %> <%= current_subject.name %> <% end %> <% content_for :headers do %> <%= stylesheet_link_tag "messages.css", :media => "screen, projection" %> <% end %> <% content_for :sidebar do %> <%= render :partial => 'home/sidebar' %> <% end %> <%= location( link_to(image_tag("btn/btn_notification.png", :class => "menu_icon")+t('notification.other'), notifications_path,:remote => true) +' ('+@mailbox.notifications.not_trashed.unread.count.to_s+')' ) %> <% toolbar %> <%= render :partial => 'index' %>
Version data entries
8 entries across 8 versions & 1 rubygems