Añade el plugin Redmine Git Server 0.4
This commit is contained in:
parent
525527a55b
commit
4b46a7472e
30 changed files with 485 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
<% user = User.current %>
|
||||
<% write_access = user.allowed_to?(:commit_access, @project) %>
|
||||
<% read_access = user.allowed_to?(:view_changesets, @project) %>
|
||||
<div class="flash warning">
|
||||
<%= l(:empty_repository) %>
|
||||
</div>
|
||||
|
||||
<div class="empty-clone-form">
|
||||
<%= render 'clone_form' %>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue