Sha256: d0f1eeef4328eda882a44f66ba3b272b2953bfca8d22fc902fd93091ff8c0776
Contents?: true
Size: 1.54 KB
Versions: 68
Compression:
Stored size: 1.54 KB
Contents
<div id="headerFront"> <div class="banner_top banner_top_height"> <div id="header_left"> <div id="logo_txt"> <%= link_to(image_tag('header-logo.png', :alt => t('site.name')), root_path) %> </div> </div> <% if user_signed_in? %> <%= render :partial => 'layouts/search' %> <%end%> <div id="header_right"> <% if user_signed_in? %> <div class="menu_list menu_white" id="menu_home"> <ul> <li> <%= link_to(t('home'), root_path)%> </li> <li class="pipe">·</li> <li> <%= link_to(t('profile.one'), current_subject)%> </li> <li class="pipe">·</li> <li> <%= link_to(t('message.other'), conversations_path) %> <span id="header_inbox_count"> <%= link_to(current_subject.mailbox.inbox(:unread => true).count.to_s, conversations_path) %> </span> </li> <li class="pipe">·</li> <li> <%= link_to(t('notification.other'), notifications_path) %> <span id="header_notifications"> <%= link_to( current_subject.mailbox.notifications.not_trashed.unread.count.to_s, notifications_path) %> </span> </li> <li class="pipe">·</li> <li> <%= render :partial => 'layouts/header_dropdown_menu' %> </li> </ul> </div> <% end %> </div> </div> </div>
Version data entries
68 entries across 68 versions & 4 rubygems