Browse Source

fix mirror typo

for-closed-social
FuXiaoHei 10 years ago
parent
commit
6b30d9b0f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/mirror.tmpl

+ 1
- 1
templates/repo/mirror.tmpl View File

@ -3,7 +3,7 @@
<div class="container" id="body"> <div class="container" id="body">
<form action="/repo/create" method="post" class="form-horizontal card" id="repo-create"> <form action="/repo/create" method="post" class="form-horizontal card" id="repo-create">
{{.CsrfTokenHtml}} {{.CsrfTokenHtml}}
<h3>Import Repository</h3>
<h3>Create Repository Mirror</h3>
<div class="alert alert-danger form-error{{if .HasError}}{{else}} hidden{{end}}">{{.ErrorMsg}}</div> <div class="alert alert-danger form-error{{if .HasError}}{{else}} hidden{{end}}">{{.ErrorMsg}}</div>
<div class="form-group"> <div class="form-group">
<label class="col-md-2 control-label">From<strong class="text-danger">*</strong></label> <label class="col-md-2 control-label">From<strong class="text-danger">*</strong></label>

Loading…
Cancel
Save