Test for presence of Application in haml before trying to render details, to fix errors identified by CI

lolsob-rspec
Effy Elden 2017-01-15 09:10:44 +11:00
parent 8e0c1914fb
commit 2c042fe57f
1 changed files with 4 additions and 3 deletions

View File

@ -28,6 +28,7 @@
= link_to TagManager.instance.url_for(status), class: 'detailed-status__datetime u-url u-uid', target: @external_links ? '_blank' : nil, rel: 'noopener' do
%span= l(status.created_at)
·
- if status.application
= link_to status.application.website, class: 'detailed-status__application', target: @external_links ? '_blank' : nil, rel: 'noooper' do
%span= status.application.name
·