remove old pushover

This commit is contained in:
Carl Chenet 2017-05-20 13:58:46 +02:00
parent 264fa14f03
commit 56135da720

View file

@ -87,24 +87,6 @@
<br>
<div class="legend">
<%= t('.notificationsettings') %>
</div>
<div class="boxline">
<%= f.label :pushover_user_key,
raw(t(".pushover")),
:class => "required" %>
<%= link_to((f.object.pushover_user_key.present??
t('.managepushoversubscription') : t('.subscribewithpushover')),
"/settings/pushover", :class => "pushover_button", :method => :post) %>
<span class="hint">
<%= t('.foroptionalcomment') %>
</span>
</div>
<br>
<div class="legend">
<%= t('.commentreplynotificationsettings') %>
</div>