myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3411] branches/wf4ever/app/views/packs/show.rhtm


From: noreply
Subject: [myexperiment-hackers] [3411] branches/wf4ever/app/views/packs/show.rhtml: changed text for selectInput relationships
Date: Fri, 8 Feb 2013 00:20:19 +0000 (UTC)

Revision
3411
Author
dgc
Date
2013-02-08 00:20:19 +0000 (Fri, 08 Feb 2013)

Log Message

changed text for selectInput relationships

Modified Paths

Diff

Modified: branches/wf4ever/app/views/packs/show.rhtml (3410 => 3411)


--- branches/wf4ever/app/views/packs/show.rhtml	2013-02-08 00:19:19 UTC (rev 3410)
+++ branches/wf4ever/app/views/packs/show.rhtml	2013-02-08 00:20:19 UTC (rev 3411)
@@ -127,7 +127,7 @@
       <% if input_selected.count == 0 %>
         <p><i>There are no relationships in this pack.</i></p>
       <% else %>
-        <!-- FIXME: This is *not* the right way to create labels for resources. -->
+        <% # FIXME: This is *not* the right way to create labels for resources. %>
         <ul>
           <% input_selected.each do |s| %>
             <li>
@@ -136,7 +136,7 @@
               label = entry.ro_local_uri.split("/").last
               link_to(label, pack_resources_path(@pack) + '/' + entry.ro_local_uri)
               -%>
-            was selected as input for
+            is selected as input to
               <%=
               entry = @pack.contributable_entries.find_by_uri(s.subject.to_s)
               label = entry.ro_local_uri.split("/").last

reply via email to

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