Skip to content

Commit

Permalink
show the request time in the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
jambun committed Jun 17, 2024
1 parent 6b8db51 commit ca97764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ en:
find_button_label: Find Offer
cancel_find_button_label: Cancel
results:
results_current_at: "RefTracker results current at: <b>%{time}</b>"
offers_description: Showing <b>Manuscripts</b> offers <b>with an identifier</b> that is <b>not already in ArchivesSpace</b>, in descending offer number order.
offers_error_description: Problem retrieving offers
found_offer_description: Showing offer <b>%{offer_number}</b>. Click Cancel to see all offers.
Expand Down
2 changes: 2 additions & 0 deletions frontend/views/reftracker_offers/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

<hr/>

<p><%= I18n.t('plugins.reftracker_offers.results.results_current_at', :time => Time.now.rfc2822) %></p>

<p><%= I18n.t('plugins.reftracker_offers.results.offers_instruction') %></p>

<%= form_tag({:controller => :reftracker_offers, :action => :import}) do %>
Expand Down

0 comments on commit ca97764

Please sign in to comment.