Sha256: 9790e3f49aefc286d5e1f337bdc90147dc49a85018ec751a879cf79d5371a9c5

Contents?: true

Size: 456 Bytes

Versions: 31

Compression:

Stored size: 456 Bytes

Contents

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

<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

31 entries across 31 versions & 1 rubygems

Version Path
tkh_content-0.10.10 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.10.9 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.10.8 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.10.7 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.10.6 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.10.5.1 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.10.5 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.10.4 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.10.3 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.10.2 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.10.1 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.10 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.9.20 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.9.19 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.9.18 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.9.17 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.9.16 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.9.15 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.9.14 app/views/pages/_tab_admin_menu.html.erb
tkh_content-0.9.13 app/views/pages/_tab_admin_menu.html.erb