forked from kevadesu/forgejo
A few cosmetic improvements to the installation page (#4170)
* reword one field description * fix top margin caused by docker installation hint in the form ## Preview https://codeberg.org/attachments/ddcdf3f3-c31e-4ecd-b172-ac80431737cb Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4170 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
parent
328b5d79d3
commit
24ac2d4236
2 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@
|
|||
<div class="ui attached segment">
|
||||
{{template "base/alert" .}}
|
||||
|
||||
<p>{{ctx.Locale.Tr "install.docker_helper" "https://forgejo.org/docs/latest/admin/installation-docker/"}}</p>
|
||||
|
||||
<form class="ui form" action="{{AppSubUrl}}/" method="post">
|
||||
<p class="tw-mt-0">{{ctx.Locale.Tr "install.docker_helper" "https://forgejo.org/docs/latest/admin/installation-docker/"}}</p>
|
||||
|
||||
<!-- Database Settings -->
|
||||
<h4 class="ui dividing header">{{ctx.Locale.Tr "install.db_title"}}</h4>
|
||||
<p>{{ctx.Locale.Tr "install.require_db_desc"}}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue