Sha256: e813ec3465e06413fe599e5777ba1cd72ba6480093aff1c25bc582bdb90d47c4

Contents?: true

Size: 874 Bytes

Versions: 20

Compression:

Stored size: 874 Bytes

Contents

<div class="email">
  <%
  unless @user_request.nil?
    cite = @user_request.referent.to_citation %>
    <%= form_tag({:controller => "export_email", :action => "send_email", :id => params[:id]}, :class => "form-horizontal" ) do  %>
      <h4 class="modal-title"><%=t 'umlaut.services.email_export.header' %></h4>
      <%= validation_error flash[:alert] if flash[:alert] %>
        <h4><%= cite[:title] %> / <%= cite[:author] %></h4>
        <div class="form-group">
          <%= label_tag 'email', t('umlaut.services.email_export.enter_your_email'), :class => "control-label col-xs-4" %>
          <div class="col-xs-8">
            <%= text_field_tag 'email', params[:email], :class => "form-control" %>
          </div>
        </div>
        <%= submit_tag t('umlaut.services.email_export.send_action'), :class => "btn btn-primary" %>
      <%
    end
  end %>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
umlaut-4.1.7 app/views/export_email/email.html.erb
umlaut-4.1.6 app/views/export_email/email.html.erb
umlaut-4.1.5 app/views/export_email/email.html.erb
umlaut-4.1.4 app/views/export_email/email.html.erb
umlaut-4.1.3 app/views/export_email/email.html.erb
umlaut-4.1.2 app/views/export_email/email.html.erb
umlaut-4.1.1 app/views/export_email/email.html.erb
umlaut-4.1.0 app/views/export_email/email.html.erb
umlaut-4.1.0.pre3 app/views/export_email/email.html.erb
umlaut-4.1.0.pre.2 app/views/export_email/email.html.erb
umlaut-4.1.0.pre.alpha.1 app/views/export_email/email.html.erb
umlaut-4.0.3 app/views/export_email/email.html.erb
umlaut-4.0.2 app/views/export_email/email.html.erb
umlaut-4.0.1 app/views/export_email/email.html.erb
umlaut-4.0.0 app/views/export_email/email.html.erb
umlaut-4.0.0.beta5 app/views/export_email/email.html.erb
umlaut-4.0.0.beta4 app/views/export_email/email.html.erb
umlaut-4.0.0.beta3 app/views/export_email/email.html.erb
umlaut-4.0.0.beta2 app/views/export_email/email.html.erb
umlaut-4.0.0.beta1 app/views/export_email/email.html.erb