Sha256: b223c5aea3a4776aac67d696af8bd71c983e069a06b7332f2492d4b271ac209c

Contents?: true

Size: 411 Bytes

Versions: 7

Compression:

Stored size: 411 Bytes

Contents

<ul class="nav nav-tabs" id="admin-menu-tab">	
	<%= content_tag :li, link_to(t('new'), new_page_path), ({ class: 'active' } if controller.action_name.to_s == 'new' ) %>
	<%= content_tag :li, link_to(t('list'), pages_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

7 entries across 7 versions & 1 rubygems

Version Path
tkh_content-0.4.7 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.9.1 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.9 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.4.6 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.4.5 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.4.4 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.4.3 app/views/pages/_tab_admin_menu.html.erb