Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fugue_icons_rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fugue_icons_rails

  • 3.5.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Fugue Icons for Rails 3.1

Copyright (C) 2011 Yusuke Kamiyamane. All rights reserved. The icons are licensed under a Creative Commons Attribution 3.0 license. http://creativecommons.org/licenses/by/3.0/

If you can't or don't want to provide a link back, please purchase a royalty-free license. http://p.yusukekamiyamane.com/

== Rails Usage The icons are packaged under an +fugue-icons/+ folder. So to use the icons in your HTML use the following

<%= image_tag("fugue-icons/anchor.png") %> <%= image_tag("fugue-icons-shadowless/anchor.png") %>

if you need to use them in your CSS then you should use an ERB interpreted CSS or SCSS template such as

.anchor { background-image: url(<%= asset_path("fugue-icons/anchor.png") %>); }

== Attribution To provide a link back to the authors website a helper method is added to be used in your view templates. To use it simply add

<%= fugue_icons_attribution_link %>

to your application layout.

FAQs

Package last updated on 09 Feb 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc