File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- - if @n.any? and request.fullpath == " /display "
1+ - if @n.any?
22 %footer #notices
33 %ul
44 - @n.each do |n|
Original file line number Diff line number Diff line change 5151 %p#date= Time.now.strftime(" %A, %B %e, %Y" )
5252 %p#time= Time.now.strftime(" %l:%M:%S" )
5353
54- = @notices
54+ - if request.fullpath == " /display"
55+ = @notices
5556
5657 = @schedule
5758
Original file line number Diff line number Diff line change 11PADRINO_ENV = ENV [ 'PADRINO_ENV' ] ||= ENV [ 'RACK_ENV' ] ||= 'development' unless defined? ( PADRINO_ENV )
22PADRINO_ROOT = File . expand_path ( '../..' , __FILE__ ) unless defined? ( PADRINO_ROOT )
33
4- CLOCK_VERSION = '0.4.10 '
4+ CLOCK_VERSION = '0.4.11 '
55
66require 'rubygems' unless defined? ( Gem )
77require 'bundler/setup'
You can’t perform that action at this time.
0 commit comments