Sha256: c955fa8d1e637eaf3c9b7f4c2bdc72bb94230b8a23045efe9596eeba0b80e894
Contents?: true
Size: 567 Bytes
Versions: 15
Compression:
Stored size: 567 Bytes
Contents
<% links = [] current_tab ||= "" [["Domains", {:action => :index}], ["Sources", {:action => :sources}], ["Key Sources", {:action => :key_sources}] ].each do |link| if controller.action_name == link.last[:action].to_s current_tab = link.first if current_tab.blank? links << link.first else links << link_to(link.first, link.last) end end %> <div class="section_title"> <span style="font-size:12px; float:right; padding-top:5px;"> <%=links.join(" | ").html_safe %> </span> <%=current_tab %> </div>
Version data entries
15 entries across 15 versions & 1 rubygems