Add color to ratings
This commit is contained in:
parent
c4ebe12408
commit
058b512b7d
4 changed files with 13 additions and 5 deletions
5
vote.rb
5
vote.rb
|
|
@ -71,6 +71,11 @@ get '/' do
|
|||
erb :home
|
||||
end
|
||||
|
||||
get '/style.css' do
|
||||
content_type 'text/css'
|
||||
erb :style, :layout => false
|
||||
end
|
||||
|
||||
get '/signup' do
|
||||
erb :signup
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue