Sha256: 30d477c5774ae55ec742bb3e4cc4ef3f173b54fc6d4b5a33f66bf53f6160648c

Contents?: true

Size: 972 Bytes

Versions: 15

Compression:

Stored size: 972 Bytes

Contents

<div class="translations_navigation" dir="ltr">
  <div style="font-size:22px; font-weight: bold;padding-bottom:15px;">
	  <%=trl("Tr8n Administration Tools", "Tr8n administration tools label")%>
	</div>

  <ul class="translations_tab_nav translations_tabs">
      <% tr8n_admin_tabs.each do |tab| %>
        <%  classes = []
            current = (tab["controller"] == controller.controller_name)

            classes << "current" if current
            if tr8n_admin_tabs.first == tab
              classes << "first" 
              classes << "first_current" if current
            elsif tr8n_admin_tabs.last == tab
              classes << "last"
              classes << "last_current" if current
            end   
        %>
        
        <li class="<%=classes.join(' ') %>">
          <%=link_to(trl(tab["title"], tab["description"]), "/tr8n/admin/#{tab["controller"]}")%>
        </li>

      <% end %>
  </ul>
</div>

<div class="tr8n tr8n_admin" dir="ltr">
  

Version data entries

15 entries across 15 versions & 1 rubygems

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