myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2363] branches/biocat/app: removed unused code


From: noreply
Subject: [myexperiment-hackers] [2363] branches/biocat/app: removed unused code
Date: Wed, 31 Mar 2010 05:31:48 -0400 (EDT)

Revision
2363
Author
dgc
Date
2010-03-31 05:31:47 -0400 (Wed, 31 Mar 2010)

Log Message

removed unused code

Modified Paths

Diff

Modified: branches/biocat/app/models/bio_cat_service.rb (2362 => 2363)


--- branches/biocat/app/models/bio_cat_service.rb	2010-03-31 09:05:50 UTC (rev 2362)
+++ branches/biocat/app/models/bio_cat_service.rb	2010-03-31 09:31:47 UTC (rev 2363)
@@ -1,4 +1,4 @@
-# myExperiment: app/models/workflow.rb
+# myExperiment: app/models/bio_cat_service.rb
 #
 # Copyright (c) 2007 University of Manchester and the University of Southampton.
 # See license.txt for details.

Modified: branches/biocat/app/views/bio_cat_services/_table.rhtml (2362 => 2363)


--- branches/biocat/app/views/bio_cat_services/_table.rhtml	2010-03-31 09:05:50 UTC (rev 2362)
+++ branches/biocat/app/views/bio_cat_services/_table.rhtml	2010-03-31 09:31:47 UTC (rev 2363)
@@ -8,7 +8,7 @@
       <% cache(:controller => 'services_cache', :action ="" 'listing', :id => contributable.id) do -%>
         <td style="width: 100px;">
           <p style="margin-top:0; padding-top:0; text-align: center;"><b>Submitter:</b></p>
-          <center><%=h contributable.submitter_label %></center>
+          <center><%= link_to contributable.submitter_label, contributable.submitter_uri %></center>
         </td>
         <td style="text-align: left;">
 
@@ -21,32 +21,6 @@
           <p style="font-size: 85%; margin-top: 0; padding-top: 0;">
             <b>Retrieved at:</b> <%= datetime(contributable.created_at, false) %>
           </p>
-  <% if false %>										
-          
-          <p style="font-size:85%;"><b>License: </b><%= license_link contributable.license.to_s %></p>
-          
-          <div class="desc" style="font-size: 85%;">
-            <% if contributable.description and contributable.description.length > 0 %>
-              <% desc = truncate(strip_html(contributable.description), 500) %>
-              <%= query ? highlight_all(desc, query) : desc %>
-            <% else -%>
-              <span class="none_text">No description</span>	
-            <% end %>
-          </div>
-          
-          <p style="font-size: 85%;">
-            <a href="" algorithm_path(contributable) + '#ratings' -%>"><b>Rating: </b><%= number_with_precision(contributable.rating, 1) %> / 5 (<%= pluralize contributable.ratings_count, 'rating' %>)</a> |
-            <a href="" algorithm_path(contributable) + '#comments' -%>"><b>Comments: </b><%= contributable.comments_count %></a> |
-            <b>Viewed internally:</b> <%= pluralize Viewing.total_site_viewings_count_for_contribution(contributable.contribution.id), "time" %>
-          </p>
-          
-          <% unless (tags = contributable.tags).empty? %>
-            <a href="" algorithm_path(contributable) + '#tags' -%>"><p style="font-size: 85%;"><b>Tags:</b></p></a>
-            <div style="display:inline;" class="tags_onesize"><%= tag_cloud_from_collection tags, true %></div>
-          <% else %>
-            <p style="font-size: 85%;"><i>This Algorithm has no tags!</i></p>
-          <% end %>	
-<% end %>
         </td>
       <% end %>
         

reply via email to

[Prev in Thread] Current Thread [Next in Thread]