Add beta alerm in antenna view
This commit is contained in:
parent
afd99fed9f
commit
3e98a83e45
3 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue