|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
<p id="notice"><%= notice %></p>
|
|
|
|
|
|
|
|
|
|
<!-- <%= image_tag(url_to_avatar(@user), :class => "avatar2") %> -->
|
|
|
|
|
<div style="height: 120px">
|
|
|
|
|
<div style="height: 135px">
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2" valign="top" width="50" >
|
|
|
|
|
</td>
|
|
|
|
@ -28,11 +28,9 @@
|
|
|
|
|
<td>系统支持:<%= @softapplication.android_min_version_available %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>应用下载:
|
|
|
|
|
<td>应用下载:
|
|
|
|
|
<% options = {:author => true, :deletable => @softapplication.user.eql?(User.current) } %>
|
|
|
|
|
<%= render :partial => 'attachments/app_link', :locals => {:attachments => @app_items, :options => options} %>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
<td>开发人员:<%= @softapplication.application_developers %></td>
|
|
|
|
|
</tr>
|
|
|
|
@ -49,7 +47,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="underline-contests_one"></div>
|
|
|
|
|
|
|
|
|
|
<div style="height: 180px">
|
|
|
|
|
<div style="height: 240px">
|
|
|
|
|
<div style="font-size: 15px">软件截图:</div>
|
|
|
|
|
<div class="softapplication-img">
|
|
|
|
|
<% @image_results.take(4).each do |attachment| %>
|
|
|
|
|