Project

General

Profile

« Previous | Next » 

Revision db59a916

Added by Jochen Schalanda over 13 years ago

  • ID db59a916ee6ab36f19ea8d8d2edb6a45d1b78e31

Fixes #263 - Refactored Foreman to use correct singular and pluralization of medium/media

View differences:

app/views/hosts/_operatingsystem.html.erb
Media
<%= collection_select :host, :media_id, @operatingsystem.medias, :id, :to_label %>
<%= collection_select :host, :medium_id, @operatingsystem.media, :id, :to_label %>
Partition Table
<%= collection_select :host, :ptable_id, @operatingsystem.ptables, :id, :to_label %>

Also available in: Unified diff