diff --git a/appview/pages/templates/repo/new.html b/appview/pages/templates/repo/new.html index d24e270c..09cc5dd5 100644 --- a/appview/pages/templates/repo/new.html +++ b/appview/pages/templates/repo/new.html @@ -1,74 +1,160 @@ {{ define "title" }}new repo{{ end }} {{ define "content" }} -
-

Create a new repository

+
+

Create a new repository

+

+ Repositories contain a project's files and version history. +

-
-
-
- - -

All repositories are publicly visible.

- - +
+ - - -
+
+ +
+
+
+ 1 +
+
+
+
+
+
General
+
Basic repository information.
+
-
- Select a knot -
-
- {{ range .Knots }} -
- + +
+ +
+ {{ if .LoggedInUser.Handle }} +
+ {{ template "user/fragments/picHandle" .LoggedInUser.Handle }} + / +
+ + {{ end }} + - +
+

+ Choose a unique, descriptive name for your repository. Use letters, numbers, and hyphens. +

+
+ + +
+ + +

+ Optional. A short description to help others understand what your project does. +

+
+
+
+
+ + +
+
+
+ 2 +
+
+
+
+
Configuration
+
Repository settings and hosting.
+
+ +
+ +
+ + +

+ The primary branch where development happens. Common choices are "main" or "master". +

+
+ + +
+ +
+ {{ range .Knots }} +
+ + +
+ {{ else }} +

no knots available.

+ {{ end }} +
+

+ A knot hosts repository data and handles Git operations. + You can also register your own knot. +

+
- {{ else }} -

No knots available.

- {{ end }}
-

A knot hosts repository data. Learn how to register your own knot.

-
+
-
+ +
+
+
+ All repositories are publicly accessible. +
-
+
+
+
{{ end }} diff --git a/appview/pages/templates/strings/put.html b/appview/pages/templates/strings/put.html index e5d4f2f2..154af060 100644 --- a/appview/pages/templates/strings/put.html +++ b/appview/pages/templates/strings/put.html @@ -3,8 +3,8 @@ {{ define "content" }}
{{ if eq .Action "new" }} -

Create a new string

-

Store and share code snippets with ease.

+

Create a new string

+

Store and share code snippets with ease.

{{ else }}

Edit string

{{ end }}