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