Skip to content

Commit 6634d78

Browse files
committed
fix linter error
1 parent 210d689 commit 6634d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/opinions_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def copied_info(opi)
6565
def op_btn_follow(usr)
6666
return nil unless current_user
6767

68-
link = link_to '+', follow_path(usr), class: 'textdec-none circle-link'
68+
link_to '+', follow_path(usr), class: 'textdec-none circle-link'
6969
end
7070

7171
def form_edit_info(opinion)

0 commit comments

Comments
 (0)