|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
<div id="sidebar">
|
|
|
|
|
<div class="spaceleft">
|
|
|
|
|
<div class="inf_user_image">
|
|
|
|
|
<% @open_source_project = OpenSourceProject.find(params[:id])%>
|
|
|
|
|
<% @open_source_project = OpenSourceProject.find(params[:open_source_project_id] || params[:id])%>
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><%= image_tag('../images/avatars/Project/0', :class => 'avatar2') %></td>
|
|
|
|
@ -69,9 +69,9 @@
|
|
|
|
|
<div class="user_fans">
|
|
|
|
|
<table width="240" border="0">
|
|
|
|
|
<tr align="center" width="80px">
|
|
|
|
|
<td class="font_index"><%= 0 %></td>
|
|
|
|
|
<td class="font_index"><%= @open_source_project.users_count %></td>
|
|
|
|
|
<td class="font_index"><%= 0 %></td>
|
|
|
|
|
<td class="font_index"><%= @open_source_project.topics.count %></td>
|
|
|
|
|
<td class="font_index"><%= @open_source_project.commit_count %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr class="font_aram">
|
|
|
|
|