Company: <%= @software.company %>

Version: <%= @software.version %>

Product Key: <%= @software.key %>

Platform: <%= @software.platform %>

Asset: <%= @software.asset.tag_with_name if !@software.asset.blank? %>

Media Location: <%= @software.media_location %>

Installed: <%= @software.installed %>

Installed by: <%= @software.installed_by %>

Modified by: <%= @software.modified_by %>

Note: <%= @software.note %>

<%= link_to 'Edit', edit_software_path(@software) %> | <%= link_to 'Back', softwares_path %>