|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
<%= render :partial => 'layouts/base_softapplication_top_content' %>
|
|
|
|
|
<% html_title(@softapplication.name) -%>
|
|
|
|
|
<div style="height: auto; padding-bottom: 10px" class="softapplications-div">
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2" valign="top" width="320">
|
|
|
|
@ -47,8 +48,9 @@
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="padding-left: 40px">
|
|
|
|
|
<% if @project %>
|
|
|
|
|
<%=l(:label_attendingcontestwork_deposit_project)%>:<%= link_to "#@project", project_path(@project) %>
|
|
|
|
|
<% if @softapplication.project %>
|
|
|
|
|
<%=l(:label_attendingcontestwork_deposit_project)%>:
|
|
|
|
|
<%= link_to "#{@softapplication.project}", project_path(@softapplication.project) %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|