Add stylesheet link helper
Reported by Darsono Sutedja | August 12th, 2008 @ 12:47 PM | in 0.7.0
<%= stylesheet "foo" %>
should get transformed to
<link href="http://localhost:3001/stylesheets/scaffold.css" media="screen"
rel="stylesheet" type="text/css" />
and domain should only be used if app_config.distributed_site_domain is defined.
Comments and changes to this ticket
-

Mark Bates August 12th, 2008 @ 03:26 PM
- → State changed from new to resolved
(from [39356ebcbe258364eb1119f81fda1206f333006d]) Stylesheet link helper [#86 state:resolved] http://github.com/markbates/mack...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Mack is a Ruby web application framework focused on writing distributed, portal-like, applications. it's built on best of breed technologies, such as Rack, Cachetastic, and DataMapper.
People watching this ticket
Tags
Referenced by
-
#86 Add stylesheet link helper
(from [39356ebcbe258364eb1119f81fda1206f333006d]) Stylesh...