WIP Add wallet transactions route, view
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Adds a new component for the wallet summary as well, and makes the component tests work with RSpec.
This commit is contained in:
11
app/views/wallet/transactions.html.erb
Normal file
11
app/views/wallet/transactions.html.erb
Normal file
@@ -0,0 +1,11 @@
|
||||
<%= render HeaderComponent.new(title: "Wallet") %>
|
||||
|
||||
<%= render MainSimpleComponent.new do %>
|
||||
<%= render WalletSummaryComponent.new(balance: @balance) %>
|
||||
|
||||
<section>
|
||||
<h3>Transactions</h3>
|
||||
|
||||
<p>Foo</p>
|
||||
</section>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user