myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3196] branches/wf4ever/app/views/workflows/edit.


From: noreply
Subject: [myexperiment-hackers] [3196] branches/wf4ever/app/views/workflows/edit.rhtml: added ability to assign an ro_uri to a workflow
Date: Fri, 23 Nov 2012 11:29:17 +0000 (UTC)

Revision
3196
Author
dgc
Date
2012-11-23 11:29:17 +0000 (Fri, 23 Nov 2012)

Log Message

added ability to assign an ro_uri to a workflow

Modified Paths

Diff

Modified: branches/wf4ever/app/views/workflows/edit.rhtml (3195 => 3196)


--- branches/wf4ever/app/views/workflows/edit.rhtml	2012-11-23 11:27:46 UTC (rev 3195)
+++ branches/wf4ever/app/views/workflows/edit.rhtml	2012-11-23 11:29:17 UTC (rev 3196)
@@ -16,6 +16,12 @@
 <%= error_messages_for :workflow %>
 
 <% form_for(:workflow, :url ="" workflow_path(@workflow), :html => { :method => :put }) do |f| %>
+
+  <p>
+    <b>Research Object URI:</b>
+    <%= f.text_field :ro_uri, :size => 60 %>
+  </p>
+
   <%= render :partial => "tags/tags_form", :locals => { :edit => true, :taggable => @workflow } %>
   <%= render :partial => "contributions/credit_attribution_form", :locals => { :edit => true, :contributable => @workflow } %>
 

reply via email to

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