mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
* Fix security price issue flow * Fix tooltip positioning and add tooltip for missing holding data * Fix tooltip controller error with stale arrow target * Lint fixes
11 lines
304 B
Text
11 lines
304 B
Text
<%= content_for :title, @issue.title %>
|
|
|
|
<%= content_for :description do %>
|
|
<p>Some exchange rates are missing for this account.</p>
|
|
|
|
<pre><code><%= JSON.pretty_generate(@issue.data) %></code></pre>
|
|
<% end %>
|
|
|
|
<%= content_for :action do %>
|
|
<%= render "issue/request_synth_data_action" %>
|
|
<% end %>
|