We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4ce51 commit 2410cf8Copy full SHA for 2410cf8
1 file changed
app/views/checks/_check.html.erb
@@ -53,7 +53,11 @@
53
<%= fa_icon('exclamation-circle') %> reinstate as failed check
54
<% end %>
55
<% else %>
56
- Identified by <%= link_to_user(warn.check.user) %>
+ <% if warn.check.user.present? %>
57
+ Identified by <%= link_to_user(warn.check.user) %>
58
+ <% else %>
59
+ Automatically identified
60
+ <% end %>
61
<%= time_ago_in_words(warn.check.updated_at) %> ago
62
63
</div>
0 commit comments