[WIP] migration to psql
TODO: [ ] stats [ ] indexes
This commit is contained in:
parent
e1bd235785
commit
e72de38725
24 changed files with 648 additions and 936 deletions
|
@ -53,12 +53,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="langs">Langs</label>
|
||||
<label class="control-label" for="lang">Lang</label>
|
||||
<div class="controls">
|
||||
{{range .Lang}}
|
||||
<input class="input-xlarge" type="text" id="langs" value="{{.}}" name="lang">
|
||||
{{end}}
|
||||
<input class="input-xlarge" type="text" id="langs" placeholder="Add langs" name="lang">
|
||||
<input class="input-xlarge" type="text" id="langs" value="{{.Lang}}" name="lang">
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
|
Reference in a new issue