Skip to content

Commit

Permalink
titles for index pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulat committed Jul 28, 2015
1 parent a1ddd85 commit f506d3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion app/views/plutus/accounts/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<div class="container">
<h1>Listing Accounts</h1>
<center>
<h1>General Ledger</h1>
<br>
</center>

<table class="table table-striped table-hover">
<tr>
Expand Down
5 changes: 4 additions & 1 deletion app/views/plutus/entries/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<div class="container">
<h1>Entries</h1>
<center>
<h1>Journal</h1>
<br>
</center>

<table class="table table-striped table-hover">
<thead>
Expand Down

0 comments on commit f506d3d

Please sign in to comment.