Browse Source

Merge branch 'main' into Surface-invalid-logs

pull/3061/head
Manny Dinssa 1 week ago committed by GitHub
parent
commit
7f6fcde396
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/helpers/tasklist_helper.rb
  2. 6
      docs/Gemfile.lock

2
app/helpers/tasklist_helper.rb

@ -7,7 +7,7 @@ module TasklistHelper
def breadcrumb_logs_title(log, current_user)
log_type = log.lettings? ? "Lettings" : "Sales"
if current_user.support? && breadcrumb_organisation(log).present?
"#{log_type} logs (#{breadcrumb_organisation(log).name})"
"#{log_type} logs (#{breadcrumb_organisation(log).name(date: log.startdate)})"
else
"#{log_type} logs"
end

6
docs/Gemfile.lock

@ -210,11 +210,11 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.19.0)
nokogiri (1.18.4-arm64-darwin)
nokogiri (1.18.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.4-x86_64-darwin)
nokogiri (1.18.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.4-x86_64-linux-gnu)
nokogiri (1.18.8-x86_64-linux-gnu)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)

Loading…
Cancel
Save