Project

General

Profile

« Previous | Next » 

Revision 0eeb78e0

Added by Lukas Zapletal almost 5 years ago

Fixes #26384 - cleaned os icons and new RH logo

View differences:

app/views/fact_values/_fact.html.erb
<%= show_full_fact_value(fact.value) if fact.value.length > allowed_length %>
<% end %>
</td>
<td class='fact-origin'><%= fact_origin_icon(fact.origin) %></td>
<td class='fact-origin'><%= fact_origin_icon(fact.origin, fact.icon_path) %></td>
<td><%= fact_from fact %></td>
<td><% unless fact.compose %>
<%= popover("", "the chart can't display special characters and probalby won't be able to redirect you to the right search", {:data => {:title => escaped_warning_title, :placement => "top"}, :icon => "warning-triangle-o", :class => "pull-right" }) if is_escaped_value(fact.value) || is_escaped_value(fact.name) %>

Also available in: Unified diff