36 lines
581 B
Plaintext
36 lines
581 B
Plaintext
|
<p id="notice"><%= notice %></p>
|
||
|
|
||
|
<p>
|
||
|
<b>Name:</b>
|
||
|
<%= @softapplication.name %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<b>Description:</b>
|
||
|
<%= @softapplication.description %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<b>App type:</b>
|
||
|
<%= @softapplication.app_type_id %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<b>App type name:</b>
|
||
|
<%= @softapplication.app_type_name %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<b>Android min version available:</b>
|
||
|
<%= @softapplication.android_min_version_available %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<b>User:</b>
|
||
|
<%= @softapplication.user_id %>
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<%= link_to 'Edit', edit_softapplication_path(@softapplication) %> |
|
||
|
<%= link_to 'Back', softapplications_path %>
|