Skip to content

Instantly share code, notes, and snippets.

@elvisgiv
Last active April 20, 2016 08:36
Show Gist options
  • Save elvisgiv/fc198f2754de2d5cd8d168eafef83084 to your computer and use it in GitHub Desktop.
Save elvisgiv/fc198f2754de2d5cd8d168eafef83084 to your computer and use it in GitHub Desktop.

#Подключение файла .css во вью

../app/assets/stylesheets/tpl_admin.css.scss

.big {
  font-size: 80%;
  line-height: 12px;
}
../app/views/cluster/index.html.haml

= stylesheet_link_tag "tpl_admin", media: "all"

some code

.big
  = (nl2br item.admin_notes || "").html_safe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment