Sha256: 6b2a9fbc02166a02ba2baf3781f677b087408673f161a2ba3f7700ab29b68a65

Contents?: true

Size: 649 Bytes

Versions: 9

Compression:

Stored size: 649 Bytes

Contents

<%=
  bootstrap_breadcrumbs([
    bootstrap_breadcrumb('Errors', error_fingerprints_path),
    bootstrap_breadcrumb(@fingerprint.id, error_fingerprint_path(@fingerprint), true),
    bootstrap_breadcrumb('Edit', nil)
  ])
%>


<%= form_for @fingerprint, as: :error_fingerprint, url: error_fingerprint_path(@fingerprint), method: :put do |form| %>
  <div class="form-group">
    <%= form.label :ticket_url, 'Ticket URL' %>
    <div>
      <%= form.text_field :ticket_url %>
    </div>
  </div>

  <%= form.submit 'Update', class: 'btn btn-primary' %>
  <%= link_to 'Cancel', error_fingerprint_path(@fingerprint), class: 'btn btn-default' %>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ndr_error-2.3.2 app/views/ndr_error/errors/edit.html.erb
ndr_error-2.3.1 app/views/ndr_error/errors/edit.html.erb
ndr_error-2.3.0 app/views/ndr_error/errors/edit.html.erb
ndr_error-2.2.0 app/views/ndr_error/errors/edit.html.erb
ndr_error-2.1.0 app/views/ndr_error/errors/edit.html.erb
ndr_error-2.0.3 app/views/ndr_error/errors/edit.html.erb
ndr_error-2.0.2 app/views/ndr_error/errors/edit.html.erb
ndr_error-2.0.1 app/views/ndr_error/errors/edit.html.erb
ndr_error-2.0.0 app/views/ndr_error/errors/edit.html.erb