Sha256: c294ac313e402d45fbfd6e83fb60656da3180078ed665948ef234426e15fbae0

Contents?: true

Size: 546 Bytes

Versions: 11

Compression:

Stored size: 546 Bytes

Contents

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tkh_illustrations-0.9.6 app/views/headers/_tab_admin_menu.html.erb
tkh_illustrations-0.9.5 app/views/headers/_tab_admin_menu.html.erb
tkh_illustrations-0.9.4 app/views/headers/_tab_admin_menu.html.erb
tkh_illustrations-0.9.3 app/views/headers/_tab_admin_menu.html.erb
tkh_illustrations-0.9.2 app/views/headers/_tab_admin_menu.html.erb
tkh_illustrations-0.9.1 app/views/headers/_tab_admin_menu.html.erb
tkh_illustrations-0.2.5 app/views/headers/_tab_admin_menu.html.erb
tkh_illustrations-0.9 app/views/headers/_tab_admin_menu.html.erb
tkh_illustrations-0.2.4 app/views/headers/_tab_admin_menu.html.erb
tkh_illustrations-0.2.3 app/views/headers/_tab_admin_menu.html.erb
tkh_illustrations-0.2 app/views/headers/_tab_admin_menu.html.erb