From: raffir@... Date: 2006-07-24T04:35:08+09:00 Subject: Re: Showing similar values in a table Mysteriously stopped working again. Code is as follows:
| <%= account.coursename %> | <%= account.coursenumber %> | <%= account.first_name%> <%= account.last_name%> | <%= link_to 'Show', :controller=>'user', :action=>'userdetails', :id=> account.user_id %> |