[BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates bioruby.rhtml, 1.1, 1.2

Katayama Toshiaki k at dev.open-bio.org
Tue Jun 26 08:39:49 UTC 2007


Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates
In directory dev.open-bio.org:/tmp/cvs-serv16065

Modified Files:
	bioruby.rhtml 
Log Message:
* changed to show leaf directory name of the session at Project section
  and linked to the real directory with file:// protocol


Index: bioruby.rhtml
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/bioruby.rhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bioruby.rhtml	24 Dec 2006 08:27:15 -0000	1.1
--- bioruby.rhtml	26 Jun 2007 08:39:47 -0000	1.2
***************
*** 12,16 ****
   <div class="title">Project</div>
    <ul>
!    <li><%= project_workdir %>
    </ul>
  
--- 12,16 ----
   <div class="title">Project</div>
    <ul>
!    <li><%= link_to "#{File.basename(project_workdir)}", "file://#{project_workdir}" %>
    </ul>
  




More information about the bioruby-cvs mailing list