Specify order for links

Hi, I am having a bit of trouble finding out how to reverse order of my
links.

link_to(time.strftime(’%I:%M %p’), :controller => ‘showings’,
:action => ‘index’,
:date =>
date.strftime(’%Y-%m-%d’),
:hour =>
time.strftime(’%H’),
:minute =>
time.strftime(’%M’))

I have this link being displayed on my calendar, and it displays the
times as latest time first and earliest time on bottom. I am looking to
reverse this so it starts with the earliest time on top.

If anyone knows how to do this, or have any suggestions on what I should
search for I would appreciate it.

Thanks.