Snippets - fixed after bootstrap
Project - restyled show page, removed info page Repository - restyled show page, added download option Tags - added download options
This commit is contained in:
parent
3d77183c16
commit
4d89322d67
37 changed files with 298 additions and 333 deletions
|
@ -40,6 +40,10 @@ class Ability
|
|||
:admin_note
|
||||
] if project.allow_admin_for?(user)
|
||||
|
||||
rules << [
|
||||
:download_code,
|
||||
] if project.allow_pull_for?(user)
|
||||
|
||||
rules.flatten
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue