
https://svn.lrde.epita.fr/svn/ranch/trunk Index: ChangeLog from Nicolas Despr�s <nicolas.despres@gmail.com> Rename show to information. * web/ranch/app/views/benches/_menubar.rhtml, * web/ranch/app/views/projects/_menubar.rhtml: Rename the show item to information. benches/_menubar.rhtml | 2 +- projects/_menubar.rhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: web/ranch/app/views/benches/_menubar.rhtml --- web/ranch/app/views/benches/_menubar.rhtml (revision 49) +++ web/ranch/app/views/benches/_menubar.rhtml (working copy) @@ -3,7 +3,7 @@ <tr> <td><%= content_tag "h3", @bench.name %></td> <td> - <%= link_to "show", :controller => "benches", + <%= link_to "information", :controller => "benches", :action => "show", :bench_id => @bench.id %> </td> Index: web/ranch/app/views/projects/_menubar.rhtml --- web/ranch/app/views/projects/_menubar.rhtml (revision 49) +++ web/ranch/app/views/projects/_menubar.rhtml (working copy) @@ -3,7 +3,7 @@ <tr> <td><%= content_tag "h3", @project.name %></td> <td> - <%= link_to "show", :controller => "projects", + <%= link_to "information", :controller => "projects", :action => "show", :project_id => @project.id %> </td>