Sha256: c60b288465eb0a80b06e8d2216ef464c41056e5bfa84637724b0a36c0c821fbd

Contents?: true

Size: 332 Bytes

Versions: 24

Compression:

Stored size: 332 Bytes

Contents

<h1><%= t 'activerecord.models.tags' %></h1>

<ul class="nav nav-tabs" id="admin-menu-tab">
	<%= content_tag :li, link_to(t('list'), tags_path), ({ class: 'active' } if controller.action_name.to_s == 'index' ) %>
	<%= content_tag :li, link_to(t('edit'), '#'), ({ class: 'active' }) if controller.action_name.to_s == 'edit' %>
</ul>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
tkh_content-0.9.12 app/views/tags/_tab_admin_menu.html.erb
tkh_content-0.9.11 app/views/tags/_tab_admin_menu.html.erb
tkh_content-0.9.10 app/views/tags/_tab_admin_menu.html.erb
tkh_content-0.9.9 app/views/tags/_tab_admin_menu.html.erb