Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free Rails 3 scaffold templates?

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.

like image 403
Jude Osborn Avatar asked Dec 13 '22 16:12

Jude Osborn


1 Answers

Try this out: https://github.com/pilu/web-app-theme -- it's a basecamp/lighthouse type admin template (including css). Web App Theme

It'll work in both rails 2.3 and rails 3 -- the github readme has details.

like image 131
Jesse Wolgamott Avatar answered Dec 27 '22 00:12

Jesse Wolgamott