Skip to content

Commit

Permalink
Add start date to profile
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon committed Jan 20, 2024
1 parent fa076f2 commit b69b574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/editors/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<tr class="text-nowrap">
<th scope="col" width="15%">Editor</th>
<th scope="col">Categories</th>
<th scope="col" width="8%" class="text-center">Start date</th>
<th scope="col" width="8%" class="text-center" title="Papers assigned (+ paused)">Editing</th>
<th scope="col" width="8%" class="text-center">Capacity</th>
<th scope="col" width="8%" class="text-center">Invites</th>
Expand All @@ -36,6 +37,7 @@
<%= link_to editor.login, editor, title: editor.full_name %>
</td>
<td style="max-width:250px"><%= editor.category_list %></td>
<td class="text-center"><%= editor.created_at.strftime('%Y-%m-%d') %></td>
<td class="text-center" title="Max: <%= editor.max_assignments %>"><%= link_to in_progress_for_editor(editor), "/dashboard/#{editor.login}" %></td>
<td class="text-center" title="Limit: <%= editor.max_assignments %>"><%= display_availability(editor) %></td>
<td sorttable_customkey=<%= @pending_invitations_by_editor[editor.id].to_i %> class="text-center" title="Invites"><%= open_invites_for_editor(editor) %></td>
Expand Down

0 comments on commit b69b574

Please sign in to comment.