ref: master
plugins/push_notification/views/push_notification_plugin_myprofile/index.html.erb
<%= t("push_notification_plugin.controllers.myprofile.my_devices") %>
<% if @devices.blank? %><%= t("push_notification_plugin.controllers.myprofile.no_devices")%><% else %>
<%= t("push_notification_plugin.lib.plugin.device")%> | <%= t("push_notification_plugin.lib.plugin.actions") %> |
---|---|
<%= d.device_name %> | <%= button_without_text(:delete, t('push_notification_plugin.controllers.myprofile.delete_device'), {:controller => "push_notification_plugin_myprofile", :action => "delete_device", :params => {:device => d}}, method: :delete, id: "delete_device_#{d.id}") %> |