diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-03-22 18:41:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 18:41:46 +0100 |
commit | 749fe73ec4500d78b3deb8cdd260ff6eb6c66e7c (patch) | |
tree | 67232295dc5f94dd3d0a0363bdc9e20d0bb29000 /app/views | |
parent | 8751c3c4954799aec24cecc1cae68df27d19ceee (diff) |
Add tooltip for instance delivery warnings (#17854)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/instances/_instance.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/instances/_instance.html.haml b/app/views/admin/instances/_instance.html.haml index 8a4396002..93f9bd418 100644 --- a/app/views/admin/instances/_instance.html.haml +++ b/app/views/admin/instances/_instance.html.haml @@ -1,7 +1,7 @@ .directory__tag = link_to admin_instance_path(instance) do %h4 - = fa_icon 'warning fw' if instance.failing? + = fa_icon 'warning fw', title: t('admin.instances.availability.warning') if instance.failing? = instance.domain %small |