Project

General

Profile

« Previous | Next » 

Revision d9056afe

Added by Greg Sutcliffe over 10 years ago

Fixes #4014 - Correctly use to_label when showing OSs

View differences:

app/views/images/index.html.erb
<% @images.each do |image| %>
<tr>
<td><%= image.name %></td>
<td><%= image.operatingsystem %></td>
<td><%= image.operatingsystem.to_label %></td>
<td><%= image.username %></td>
<td><%= image.uuid %></td>
<td><%= image.user_data? ? _("Enabled") : _("Disabled") %></td>

Also available in: Unified diff