myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3728] branches/packs/app/views/items/show.html.e


From: noreply
Subject: [myexperiment-hackers] [3728] branches/packs/app/views/items/show.html.erb: adjusted header levels in prov display
Date: Thu, 26 Sep 2013 14:36:29 +0000 (UTC)

Revision
3728
Author
dgc
Date
2013-09-26 14:36:29 +0000 (Thu, 26 Sep 2013)

Log Message

adjusted header levels in prov display

Modified Paths

Diff

Modified: branches/packs/app/views/items/show.html.erb (3727 => 3728)


--- branches/packs/app/views/items/show.html.erb	2013-09-26 13:36:02 UTC (rev 3727)
+++ branches/packs/app/views/items/show.html.erb	2013-09-26 14:36:29 UTC (rev 3728)
@@ -145,7 +145,7 @@
           <% inputs = @statements.query([workflow_run, RDF::URI("http://purl.org/wf4ever/wfprov#usedInput"), nil]).objects %>
 
           <% if inputs.count > 0 %>
-            <h3>Inputs</h3>
+            <h4>Inputs</h4>
             <table class="simple">
               <tr>
                 <th>Label</th>
@@ -170,7 +170,7 @@
           <% outputs = @statements.query([nil, RDF::URI("http://purl.org/wf4ever/wfprov#wasOutputFrom"), workflow_run]).subjects %>
 
           <% if outputs.count > 0 %>
-            <h3>Outputs</h3>
+            <h4>Outputs</h4>
             <table class="simple">
               <tr>
                 <th>Label</th>

reply via email to

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