|
|
@ -28,7 +28,7 @@
|
|
|
|
<div class="spaceleft">
|
|
|
|
<div class="spaceleft">
|
|
|
|
<!--informations-->
|
|
|
|
<!--informations-->
|
|
|
|
<div class="inf_user_image">
|
|
|
|
<div class="inf_user_image">
|
|
|
|
<% @project = Project.find(@project.id)%>
|
|
|
|
<% @project = Project.find_by_id(@project.id)%>
|
|
|
|
<table>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td><%= link_to image_tag(url_to_avatar(@project), :class => 'avatar2') %></td>
|
|
|
|
<td><%= link_to image_tag(url_to_avatar(@project), :class => 'avatar2') %></td>
|
|
|
|