[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debconf-team] dc10 page headers need updating



On Thu, May 27, 2010 at 03:19:58PM -0400, Daniel Kahn Gillmor wrote:
> The headers on the dc10 schedule pages need updating; they still show
> dc9 headers afaict:
> 
>   https://penta.debconf.org/penta/schedule/dc10
> 
> I have no idea who can fix this, but hopefully a ticket will help keep
> it on the radar.

I looked into this earlier. The abstract code for it is commented out.
The active code has the logo URL hardcoded. My guess is either a left
over from a debugging session or a hack to work around a bug.

eric@iobo:~/src/vcs/debconf/pentabarf$ grep -ri -B 1 http://media.debconf.org/dc9/images/dc9sc.png *
rails/app/views/layouts/schedule.rxml-#        xml.img(:alt=> @conference.title, :src=> conference_image( @conference.conference_id, 128 ) )
rails/app/views/layouts/schedule.rxml:	xml.img(:alt=> @conference.title, :src=>'http://media.debconf.org/dc9/images/dc9sc.png')

-edrz

Reply to: