mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
13 lines
431 B
Text
13 lines
431 B
Text
---
|
|
# <%= I18n.t('form.add_item.url') %>
|
|
url: <%= options[:url] %>
|
|
# <%= I18n.t('form.add_item.login') %>
|
|
user: <%= options[:user] %>
|
|
# <%= I18n.t('form.add_item.group') %>
|
|
group: <%= options[:group] %><% unless password %>
|
|
# <%= I18n.t('form.add_item.password') %>
|
|
password:<% end %>
|
|
# <%= I18n.t('form.add_item.comment') %>
|
|
comment: <%= options[:comment] %>
|
|
# <%= I18n.t('form.add_item.otp_key') %>
|
|
otp_key: <%= options[:otp] %>
|