Skip to content

Commit

Permalink
Fix some rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Senen committed Nov 25, 2017
1 parent 211a675 commit 748754d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/controllers/organizations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ def search(params)

def set_organization
@organization = Organization.find(params[:id])
end
end

end
3 changes: 1 addition & 2 deletions app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def form_field_errors(form, field)

def export_link(url)
link_to url, class: "right dib dn hide-for-small-only" do
content_tag(:span, "", class: "icon icon__export") +
t('main.export')
content_tag(:span, "", class: "icon icon__export") + t('main.export')
end
end

Expand Down

0 comments on commit 748754d

Please sign in to comment.