myGrid/taverna-player

View on GitHub
app/views/taverna_player/service_credentials/new.html.erb

Summary

Maintainability
Test Coverage
<%
  # Copyright (c) 2013 The University of Manchester, UK.
  #
  # BSD Licenced. See LICENCE.rdoc for details.
  #
  # Taverna Player was developed in the BioVeL project, funded by the European
  # Commission 7th Framework Programme (FP7), through grant agreement
  # number 283359.
  #
  # Author: Robert Haines
%>

<h1>New service_credential</h1>

<%= render 'form', :service_credential => @service_credential %>

<%= link_to 'Back', service_credentials_path %>