Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/works/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--/descriptions-->

<!--subnav-->
<ul class="navigation actions" role="menu">
<ul class="navigation actions">
<li><%= link_to ts("Add Chapter"), new_work_chapter_path(@work) %></li>
<% if @chapters %>
<li><%= ts('Edit Chapter:') %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/works/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--/descriptions-->

<!--subnav-->
<ul class="navigation actions" role="menu">
<ul class="navigation actions">
<% if @unposted %>
<li>
<%= link_to ts('Restore From Last Unposted Draft?'), url_for(:action => :new, :load_unposted => true) %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/works/new_import.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--/descriptions-->

<!--subnav-->
<ul class="navigation actions" role="menu">
<ul class="navigation actions">
<% if @unposted %>
<li id='restore-link'>
<%= link_to ts('Restore From Last Unposted Draft?'), url_for(action: :new, load_unposted: true) %>
Expand Down
Loading