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

Version Path
tr8n-3.2.3 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.2.2 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.2.1 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.2.0 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.1.8 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.1.7 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.1.6 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.1.5 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.1.4 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.1.3 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.1.2 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.1.1 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.0.5 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.0.3 app/views/tr8n/admin/domain/_tabs.html.erb
tr8n-3.0.2 app/views/tr8n/admin/domain/_tabs.html.erb