app/helpers/binda/structures_helper.rb in binda-0.1.3 vs app/helpers/binda/structures_helper.rb in binda-0.1.4

- old
+ new

@@ -1,10 +1,7 @@ module Binda module StructuresHelper - def get_structures_sort_index_link - - link_to "<i class=\"fa fa-random\" aria-hidden=\"true\"></i>Sort Structures".html_safe, structures_sort_index_path, class: 'main-header--link b-btn b-btn-primary' + link_to "<i class=\"fa fa-random\" aria-hidden=\"true\"></i>Sort Structures".html_safe, structures_sort_index_path, class: 'main-header--link b-btn b-btn-primary' end - end end