mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Open links in new window
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<% @customer.qbo_estimates.each do |estimate| %>
|
<% @customer.qbo_estimates.each do |estimate| %>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<b><%= link_to "##{estimate.doc_number}", estimate_path(estimate) %> </b>
|
<b><%= link_to "##{estimate.doc_number}", estimate_path(estimate), target: :_blank %> </b>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<% @customer.qbo_invoices.each do |invoice| %>
|
<% @customer.qbo_invoices.each do |invoice| %>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<b><%= link_to "##{invoice.doc_number}", invoice_path(invoice) %> </b>
|
<b><%= link_to "##{invoice.doc_number}", invoice_path(invoice), target: :_blank %> </b>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user