|
|
@ -29,7 +29,7 @@
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td><%= user.real_name %></td>
|
|
|
|
<td><%= user.real_name %></td>
|
|
|
|
<td class="text-left"><%= link_to package.title, "/crowdsourcing/#{package.id}", :target => "_blank" %></td>
|
|
|
|
<td class="text-left"><%= link_to package.title, "/crowdsourcing/#{package.id}", :target => "_blank" %></td>
|
|
|
|
<td class="text-left"><%= overflow_hidden_span package.content[0..50] + "..."%></td>
|
|
|
|
<td class="text-left"><%= overflow_hidden_span package.content[0..50] %></td>
|
|
|
|
<td><%= apply.updated_at.strftime('%Y-%m-%d %H:%M') %></td>
|
|
|
|
<td><%= apply.updated_at.strftime('%Y-%m-%d %H:%M') %></td>
|
|
|
|
|
|
|
|
|
|
|
|
<% if is_processed %>
|
|
|
|
<% if is_processed %>
|
|
|
|