Browse Source

removing extra space in the view - unneccesary

pull/623/head
JG 3 years ago
parent
commit
90f4035148
  1. 1
      app/views/organisations/logs.html.erb

1
app/views/organisations/logs.html.erb

@ -1,5 +1,4 @@
<% item_label = @pagy.count > 1 ? "logs" : "log" %>
<% if @searched.present? %>
<% title = "Your organisation (#{@pagy.count} #{item_label} matching ‘#{@searched}’ of #{@total_count} total logs)" %>
<% else %>

Loading…
Cancel
Save