Sha256: a7827983e1d694774ea32901e051cb503d3facf7337d0556f31493164e5d7adc
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
<nav class="container page-actions"> <div class="row"> <div class="span12 action-bar"> <ul class="nav nav-pills" role="menu"> <% if current_user %> <%= bootstrap_navigation_element 'Dashboard', dashboard_index_path -%> <%= bootstrap_navigation_element 'Upload a file', new_classify_concern_path -%> <%= bootstrap_navigation_element 'Search', catalog_index_path -%> <%= bootstrap_navigation_element 'Log Out', destroy_user_session_path, class: 'pull-right' %> <%= bootstrap_navigation_element 'Request Help', new_help_request_path, class: 'pull-right', a_tag_options: {class: 'request-help'} %> <% else %> <%= bootstrap_navigation_element 'Search', catalog_index_path -%> <%= bootstrap_navigation_element 'Log In', new_user_session_path, class: 'pull-right' %> <% end %> </ul> </div> </div> </nav> <div class="container"> <div class="row"> <div class="span12 page-breadcrumbs"> <%= render_breadcrumbs :builder => ::BootstrapBreadcrumbsBuilder, :separator => "»" %> </div> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
curate-0.1.3 | app/views/shared/_action_bar.html.erb |