This rails helper lets you easily include svg octicons in your rails apps.
-
Add this to your
Gemfile
gem 'openproject-octicons_helper'
-
Use this tag in your erbs
<%= octicon "alert", :height => 32, :class => "right left", :"aria-label" => "hi" %>
We recommend including the CSS in the @openproject/octicons-angular
npm module. You can also npm install that package and include @openproject/octicons-angular/styles/index.scss
in your styles.