From: Date: Wed, 5 Sep 2007 15:47:04 +0000 (-0400) Subject: merged in some more fixes fromdevel X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/60e9ba786003544d942b3623ba14e3cd1b6a3335?hp=9b0a2aa570047ade920e3b4e828bcc0dd4596a80 merged in some more fixes fromdevel --- diff --git a/app/controllers/front_controller.rb b/app/controllers/front_controller.rb index 4e36ad4..8b8ae68 100644 --- a/app/controllers/front_controller.rb +++ b/app/controllers/front_controller.rb @@ -5,7 +5,7 @@ class FrontController < ApplicationController require_dependency "account" def index - @quickvotes = QuickVote.find(:all).sort {|a,b| a.enddate <=> b.enddate}[0..1] + @quickvotes = QuickVote.find(:all).sort {|a,b| b.startdate <=> a.startdate}[0..1] # if the person claims they are logged in if logged_in? diff --git a/app/views/about/thanks.rhtml b/app/views/about/thanks.rhtml index fdf4ce7..f05587a 100644 --- a/app/views/about/thanks.rhtml +++ b/app/views/about/thanks.rhtml @@ -18,8 +18,13 @@ called HyperChad.

Funding for the current version of the project comes from the <%= link_to("Digital Incubator", "http://www.digitalincubator.net/") %> -initiative -- a joint effort between <%= link_to("MTV", -"http://www.mtv.com") %>/<%= link_to("MTVu", "http://www.mtvu.com") %> +initiative -- a joint effort between <%= link_to("mtv", +"http://www.mtv.com") %>/<%= link_to("mtvU", "http://www.mtvu.com") %> and <%= link_to("Cisco", "http://www.cisco.com") %>. MTVu has also played an important role in publicizing the project.

+
+ +Digital Incubator Logo + +
diff --git a/public/images/digital_incubator_logo.jpg b/public/images/digital_incubator_logo.jpg new file mode 100644 index 0000000..59ad0c1 Binary files /dev/null and b/public/images/digital_incubator_logo.jpg differ