Project

General

Profile

« Previous | Next » 

Revision 535d8b5c

Added by Bryan Kearney over 9 years ago

Fixes #8930 - Incorrect html caused a typo on the trends page

(cherry picked from commit aee10a59301abddd39a8eb45ddd3e65e44d9c1e9)

Conflicts:
app/views/trends/index.html.erb

View differences:

app/views/trends/index.html.erb
<p><strong><%= _("No trend counter defined.") %></strong></p>
<p><%= _("To define trend counters, use the Add Trend Counter button.") %><br>
<p><%= _("To define trend counters, use the Add Trend Counter button.") %><br/>
<%= (_("To start collecting trend data, set a cron job to execute 'foreman-rake trends:counter' every Puppet Interval (%s minutes).") % Setting.puppet_interval).html_safe %></p>
</div>
<% end %>

Also available in: Unified diff