Skip to content

Commit

Permalink
Remove proceed_link Bento helper
Browse files Browse the repository at this point in the history
Now that we are only using the new web interface, we want to get rid
of all the helpers only used with Bento.
  • Loading branch information
eduardoj authored and dmarcoux committed Sep 5, 2019
1 parent 8bf1520 commit 7d7eb64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/api/app/helpers/webui/main_helper.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
module Webui::MainHelper
def proceed_link(image, text, link_opts)
content_tag(:li,
link_to(sprite_tag(image, title: text), link_opts) + tag(:br) +
content_tag(:span, link_to(text, link_opts), class: 'proceed_text'))
end

def icon_for_status(message)
case message.severity
when 1
Expand Down

0 comments on commit 7d7eb64

Please sign in to comment.