app/views/shared/_action_bar.html.erb in curate-0.1.3 vs app/views/shared/_action_bar.html.erb in curate-0.2.0
- old
+ new
@@ -2,10 +2,10 @@
<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 'Submit a work', 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 -%>