ubuntu, ror, jQuery, css, website memo
太嫩, 沒啥心得, 用來紀錄每天學的
2008年11月25日 星期二
RESTful CSS
http://www.digital-web.com/articles/RESTful_CSS/
<% action_style "index" %>
def action_style(action = nil)
@action_style = action || @action_style || { "create" => "new", "update" => "new", "edit" => "new" }[controller.action_name] || controller.action_name
end
<% action_style "index" %>
<%= stylesheet_link_tag(action_style, :media => "screen") if stylesheet_exist?(action_style) %>
def stylesheet_exist?(stylesheet)
File.exist?(RAILS_ROOT + "/public/stylesheets/" + stylesheet + '.css')
end
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言