免费的 Rails 3 脚手架模板?
有谁知道我在哪里可以找到免费的脚手架模板(即 .css 文件)?我正在做一个快速而肮脏的项目,我只是在寻找一些通用的东西,但比极其通用的默认值更具视觉吸引力。实际上,我对类似于 Django 管理部分的东西特别感兴趣,但我真的没有那么挑剔。
Does anyone know where I might be able to find free scaffold templates (i.e. .css files)? I'm doing a quick and dirty project, and I'm just looking for something generic, but a bit more visually appealing than the extremely generic default. Actually I'd be especially interested in something that look similar to the Django Admin section, but I'm not that picky, really.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个:https://github.com/pilu/web-app-theme -- 这是一个 basecamp/lighthouse 类型的管理模板(包括 css)。
它适用于 Rails 2.3 和 Rails 3 —— github 自述文件有详细信息。
Try this out: https://github.com/pilu/web-app-theme -- it's a basecamp/lighthouse type admin template (including css).
It'll work in both rails 2.3 and rails 3 -- the github readme has details.
我过去曾使用 Blueprint CSS 框架 (http://www.blueprintcss.org/) 来处理类似的事情。
I've used the Blueprint CSS Framework (http://www.blueprintcss.org/) for stuff like this in the past.