|
|
@ -21,7 +21,7 @@
|
|
|
|
<td align="center"><%= checked_image repository.is_default? %></td>
|
|
|
|
<td align="center"><%= checked_image repository.is_default? %></td>
|
|
|
|
<td><%=h repository.scm_name %></td>
|
|
|
|
<td><%=h repository.scm_name %></td>
|
|
|
|
<td><%=h repository.repos_url %></td>
|
|
|
|
<td><%=h repository.repos_url %></td>
|
|
|
|
|
|
|
|
|
|
|
|
<td class="buttons" style="text-align:left">
|
|
|
|
<td class="buttons" style="text-align:left">
|
|
|
|
<% if repository.scm_name=="Subversion"%>
|
|
|
|
<% if repository.scm_name=="Subversion"%>
|
|
|
|
<%if User.current.allowed_to?(:manage_repository, @project) %>
|
|
|
|
<%if User.current.allowed_to?(:manage_repository, @project) %>
|
|
|
|