Olivero: Site name should not have url to homepage in maintenance mode.

On maintenance page, we have URL to homepage on the Site name. but when we're already in maintenance mode, is it beneficial to have it?

Comments

Gauravmahlawat created an issue. See original summary.

gauravvvv’s picture

Status: Active » Needs review
StatusFileSize
new687 bytes

I have provided a patch. Please review.

abhijith s’s picture

StatusFileSize
new74.57 KB
new204.36 KB

Applied patch #2 and it worked fine. The <a> tag is removed from the template in this patch,which I think is the best way.

Before patch:
before

After patch:
after

RTBC +1

hmendes’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new70.52 KB

Hello, I tested this issue locally and the patch from #2 fixed it.
Steps:

  • Put your site on maintenance mode on /admin/config/development/maintenance
  • Log out of your site
  • Without the patch, the site name will be a link to the site home page
  • With the path, it will only show the site name but it won't be a link

Changing it to RTBC.

mherchel’s picture

Status: Reviewed & tested by the community » Closed (outdated)