myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3631] branches/packs/app/views/packs: added chec


From: noreply
Subject: [myexperiment-hackers] [3631] branches/packs/app/views/packs: added checklist evaluation link
Date: Tue, 27 Aug 2013 13:52:34 +0000 (UTC)

Revision
3631
Author
dgc
Date
2013-08-27 13:52:34 +0000 (Tue, 27 Aug 2013)

Log Message

added checklist evaluation link

Modified Paths

Added Paths

Diff

Added: branches/packs/app/views/packs/_checklist.html.erb (0 => 3631)


--- branches/packs/app/views/packs/_checklist.html.erb	                        (rev 0)
+++ branches/packs/app/views/packs/_checklist.html.erb	2013-08-27 13:52:34 UTC (rev 3631)
@@ -0,0 +1,10 @@
+<div class="contribution_section_box">
+	<p class="heading">
+		<%= info_icon_with_tooltip("The unique list of tags that items within this pack have been tagged with") %>
+		Checklist evaluator
+  </p>
+	
+  <p>
+    <%= link_to("Checklist evaluation", "http://sandbox.wf4ever-project.org/roevaluate/evaluate/trafficlight_html?RO=#{CGI::escape(@pack.research_object.uri.to_s)}&minim=http%3A%2F%2Fwf4ever.github.io%2Fro-catalogue%2Fv0.1%2FTimbus-demo-test%2FTimbus-demo-minim.rdf&purpose=complete") -%>
+  </p>
+</div>

Modified: branches/packs/app/views/packs/_tags_from_items.rhtml (3630 => 3631)


--- branches/packs/app/views/packs/_tags_from_items.rhtml	2013-08-27 13:43:09 UTC (rev 3630)
+++ branches/packs/app/views/packs/_tags_from_items.rhtml	2013-08-27 13:52:34 UTC (rev 3631)
@@ -10,4 +10,4 @@
 	<% else -%>
 		<p class="none_text">None</p>
 	<% end -%>
-</div>
\ No newline at end of file
+</div>

Modified: branches/packs/app/views/packs/show.rhtml (3630 => 3631)


--- branches/packs/app/views/packs/show.rhtml	2013-08-27 13:43:09 UTC (rev 3630)
+++ branches/packs/app/views/packs/show.rhtml	2013-08-27 13:52:34 UTC (rev 3631)
@@ -232,6 +232,8 @@
 		</p>
 	</div>
 
+  <%= render :partial => "checklist", :locals => { :contributable => @pack } %>
+
   <%= render :partial => "contributions/license_box", :locals => { :contributable => @pack } %>
 
   <%= render :partial => "contributions/curation_box", :locals => { :contributable => @pack } %>

reply via email to

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