6 lines
199 B
Text
6 lines
199 B
Text
- if network_error
|
|
%p.pt-1= t('.network_error')
|
|
- elsif @rna.present? && champ.data.blank?
|
|
%p.pt-1= t('.not_found')
|
|
- elsif champ.value.present?
|
|
%p.pt-1= t('.data_fetched', title: champ.title)
|