Add beta alerm in antenna view

This commit is contained in:
KMY 2023-04-24 09:59:00 +09:00
parent afd99fed9f
commit 3e98a83e45
3 changed files with 6 additions and 1 deletions

View file

@ -4,6 +4,9 @@
- content_for :heading_actions do
= link_to t('antennas.new.title'), new_antenna_path, class: 'button'
.flash-message.alert
%strong= t('antennas.beta')
- if @antennas.empty?
.muted-hint.center-text= t 'antennas.index.empty'
- else