Sha256: c7b92e3f8586418365e93d1edf532088fdda4a7c86780372e855db705750809e
Contents?: true
Size: 398 Bytes
Versions: 2
Compression:
Stored size: 398 Bytes
Contents
<% if object.right? %> <div class="user_menu"> <% object.right.each do |item| %> <%= item.blank? ? "<span class='delimiter'> </span>" : tag(:span, item, :class => 'um_item') %> <% end %> </div> <div class='_clear'/> <% end %> <div class="left" id="logo"> <!-- Logo, image 235x100 px --> <!-- <a href="index.html"><img src="img/logo.gif" alt=""></a> --> <%= object.logo %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
common_interface-0.1.2 | lib/views/themes/simple_organization/basic/top_panel.html.erb |
common_interface-0.1.1 | lib/views/themes/simple_organization/basic/top_panel.html.erb |