Rename project_head partial to settings_nav
This commit is contained in:
parent
0eccc08015
commit
0c884498d2
14 changed files with 15 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
= render "repositories/head"
|
||||
= render "projects/settings_nav"
|
||||
|
||||
%p.slead
|
||||
Deploy keys allow read-only access to repository. It matches perfectly for CI, staging or production servers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
= render "repositories/head"
|
||||
= render "projects/settings_nav"
|
||||
|
||||
%h3.page_title New Deploy key
|
||||
%hr
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
= render "repositories/head"
|
||||
= render "projects/settings_nav"
|
||||
|
||||
%h3.page_title
|
||||
Deploy key:
|
||||
= @key.title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue