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
|
@ -46,7 +46,6 @@ Gitlab::Application.routes.draw do
|
|||
get "team"
|
||||
get "wall"
|
||||
get "graph"
|
||||
get "info"
|
||||
get "files"
|
||||
end
|
||||
|
||||
|
@ -54,6 +53,7 @@ Gitlab::Application.routes.draw do
|
|||
member do
|
||||
get "branches"
|
||||
get "tags"
|
||||
get "archive"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue