Skip to content

Commit

Permalink
feat _navbar.erb: task bensheldon#1183
Browse files Browse the repository at this point in the history
Show last update on top navbar
  • Loading branch information
Pauloparakleto committed Dec 14, 2023
1 parent ae74482 commit 467a7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/good_job/shared/_navbar.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<ul class="navbar-nav">
<li class="nav-item d-flex flex-column justify-content-center">
<div class="form-check form-switch m-0">
<div title="<%= t(".last_update_on_hover", time: Time.current.utc.iso8601) %>" class="form-check form-switch m-0">
<%= check_box_tag "live_poll", params.fetch("poll", 30), params[:poll].present?, role: "switch", class: "form-check-input" %>
<label class="form-check-label navbar-text p-0" for="live_poll">
<%= t(".live_poll") %>
Expand Down

0 comments on commit 467a7f1

Please sign in to comment.