mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 12:52:12 +02:00
Appease the dog overlords
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
87894d1e95
commit
96659befea
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#entries
|
#entries
|
||||||
- @inbox.each do |i|
|
- @inbox.each do |i|
|
||||||
= render "inbox/entry", services: , i:
|
= render "inbox/entry", services:, i:
|
||||||
|
|
||||||
- if @inbox.empty?
|
- if @inbox.empty?
|
||||||
%p.empty= t(".empty")
|
%p.empty= t(".empty")
|
||||||
|
|
Loading…
Reference in a new issue