Sha256: fcaa50144957bcfae102710acf329b84f1a64dc4e6a5748686cdbf079db08936

Contents?: true

Size: 537 Bytes

Versions: 7

Compression:

Stored size: 537 Bytes

Contents

<%=	javascript_include_tag "ex_cite" %>
<div class="inner_form_dialog">
	<form id="<%= @id %>" action="<%= @push_to.url %>" method="<%= @push_to.method %>" class="external_form" enctype="<%= @push_to.enctype %>">
		<h2>Push to <%= @push_to.name.capitalize %></h2>
		<div class="formError">
		<%= @error || flash[:error] %>
		</div>
		<fieldset>
			<legend><%= @legend %></legend>
			<%= raw build_external_form %>
			<div class="section">
				<%= submit_tag "Push to #{@push_to.name.capitalize}"%>
			</div>
		</fieldset>
	</form>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ex_cite-2.1.0 app/views/ex_cite/cite/_external_form.html.erb
ex_cite-2.0.0 app/views/ex_cite/cite/_external_form.html.erb
ex_cite-2.0.0.pre.alpha.1 app/views/ex_cite/cite/_external_form.html.erb
ex_cite-2.0.0.pre.alpha app/views/ex_cite/cite/_external_form.html.erb
ex_cite-1.3.2 app/views/ex_cite/cite/_external_form.html.erb
ex_cite-1.3.1 app/views/ex_cite/cite/_external_form.html.erb
ex_cite-1.3.0 app/views/ex_cite/cite/_external_form.html.erb