Fix lints
This commit is contained in:
parent
b747d97b79
commit
fc9303b843
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ class Antenna < ApplicationRecord
|
|||
end
|
||||
|
||||
def tags_raw
|
||||
antenna_tags.where(exclude: false).map(&:tag).map(&:name).join("\n")
|
||||
antenna_tags.where(exclude: false).map { |tag| tag.tag.name }.join("\n")
|
||||
end
|
||||
|
||||
def tags_raw=(raw)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- content_for :page_title do
|
||||
= @instance.domain
|
||||
|
||||
|
||||
- if @instance.instance_info.present?
|
||||
%p
|
||||
= "#{@instance.instance_info.software} #{@instance.instance_info.version}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue