Commit ddb7ee92e6
Verified · cmc
internal/web/templates/layout.html +3 −3
| @@ -135,9 +135,9 @@ | ||
| 135 | 135 | |
| 136 | 136 | {{define "authorname"}}{{if .User}}<a class="authorlink" href="/{{.User}}" title="{{.Email}}">{{.Name}}</a>{{else}}<span title="{{.Email}}">{{.Name}}</span>{{end}}{{end}} |
| 137 | 137 | |
| 138 | {{/* formatpicker is the md/org choice on a body: issue and MR create, and | |
| 139 | a profile's about text. The argument is the currently selected | |
| 140 | format; empty selects Markdown, today's default. */}} | |
| 138 | {{/* formatpicker is the md/org choice on a body: issue and MR create. | |
| 139 | The argument is the currently selected format; empty selects | |
| 140 | Markdown, today's default. */}} | |
| 141 | 141 | {{define "formatpicker"}}<p class="branchpick"> |
| 142 | 142 | <label for="format">Body markup</label> |
| 143 | 143 | <select id="format" name="format"> |