1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-18 17:10:04 +00:00
mpw/templates/update_form.erb

14 lines
733 B
Text
Raw Normal View History

2016-08-09 22:06:47 +02:00
---
2017-09-05 22:16:37 +02:00
# <%= I18n.t('form.update_item.url') %>
host: <% if options[:url] %><%= options[:url] %><% else %><%= item.url %><% end %>
2016-08-20 10:03:12 +02:00
# <%= I18n.t('form.update_item.login') %>
user: <% if options[:user] %><%= options[:user] %><% else %><%= item.user %><% end %><% unless password %>
2016-08-20 10:03:12 +02:00
# <%= I18n.t('form.update_item.password') %>
2017-02-26 23:12:49 +01:00
password: <% end %>
2016-10-17 20:48:20 +02:00
# <%= I18n.t('form.update_item.group') %>
group: <% if options[:group] %><%= options[:group] %><% else %><%= item.group %><% end %>
2016-10-17 20:48:20 +02:00
# <%= I18n.t('form.update_item.otp_key') %>
otp_key: <% if options[:otp_key] %><%= options[:otp_key] %><% end %>
2016-08-20 10:03:12 +02:00
# <%= I18n.t('form.update_item.comment') %>
comment: <% if options[:comment] %><%= options[:comment] %><% else %><%= item.comment %><% end %>