mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50:04 +00:00
add template setup form
This commit is contained in:
parent
a8a083250b
commit
4b36fa9081
1 changed files with 9 additions and 0 deletions
9
templates/setup_form.erb
Normal file
9
templates/setup_form.erb
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
# <%= I18n.t('form.setup_config.lang') %>
|
||||
language: <%= @config.lang %>
|
||||
# <%= I18n.t('form.setup_config.gpg_key') %>
|
||||
gpg_key: <%= @config.key %>
|
||||
# <%= I18n.t('form.setup_config.wallet_dir') %>
|
||||
wallet_dir: <%= @config.config_dir %>
|
||||
# <%= I18n.t('form.setup_config.gpg_exe') %>
|
||||
gpg_exe: <%= @config.gpg_exe %>
|
Loading…
Add table
Reference in a new issue