|
|
|
@ -72,7 +72,7 @@
|
|
|
|
|
<%= repository.identifier %></span></td>
|
|
|
|
|
<td class="w150"><span class="rep_history_grey"><%=h repository.scm_name %></span></td>
|
|
|
|
|
<%if repository.scm_name=="Git"%>
|
|
|
|
|
<td class="w362" style="white-space:nowrap;overflow:hidden;text-overflow:ellipsis;" title="http://<%= repository.login.to_s %>_<%= repository.identifier.to_s%>@<%= ip %>
|
|
|
|
|
<td class="w362 pl5" style="white-space:nowrap;overflow:hidden;text-overflow:ellipsis; text-align: left" title="http://<%= repository.login.to_s %>_<%= repository.identifier.to_s%>@<%= ip %>
|
|
|
|
|
<%=h repository.url.slice(project_path_cut, repository.url.length) %>">
|
|
|
|
|
<span class="rep_history_grey">
|
|
|
|
|
<%=truncate( 'http://' << repository.login.to_s << '_'<< repository.identifier.to_s << '@'<< ip.to_s << h( repository.url.slice(project_path_cut, repository.url.length)),:length=>60) %>
|
|
|
|
|