athityakumar / DashVis

An open-source Dashboard built for users, to organize their resources via Tables and Folders.
http://dashvis.herokuapp.com
Other
30 stars 5 forks source link

Use ViewHelpers in ERB templates #17

Open athityakumar opened 6 years ago

athityakumar commented 6 years ago

There are lots of Rails ViewHelpers that should replace the existing raw HTML tags in the ERB templates. For example, <a> -> <%= link_to %>.