Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ember-ruby committed Jun 29, 2024
1 parent c820600 commit fe790f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/admin/instances/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
- else
= link_to t('admin.domain_blocks.add_new'), new_admin_domain_block_path(_domain: @instance.domain), class: 'button'

%hr.spacer/

%h3= t('admin.instances.local_stats.title')

Check failure on line 71 in app/views/admin/instances/show.html.haml

View workflow job for this annotation

GitHub Actions / lint

app/views/admin/instances/show.html.haml:71 - Illegal nesting: content can't be both given on the same line as %h3 and nested within it.
%p= t('admin.instances.local_stats.description_html')
.table-wrapper
Expand Down

0 comments on commit fe790f2

Please sign in to comment.