Merge remote-tracking branch 'origin/master' into update-policy

This commit is contained in:
kououken 2019-02-20 21:28:33 -08:00
commit 91021d968e

View file

@ -35,8 +35,14 @@
</ul> </ul>
</div> </div>
</nav> </nav>
<div class="container pt-3"> <div class="container pt-3 col-xs-4">
<p>Welcome to Reimbursinator</p> <h2>Welcome to Reimbursinator</h2>
<p>This application is designed to help you create and submit expense reports that meet your organization's guidelines.
The more information you are able to fill in the easier it will be to complete the reimbursement process.</p>
<p>Reports that you have created can be viewed on the <a href="edit_report.html"> Edit Report </a> tab, and their status can be viewed there as well.
Submitted reports are also shown in the same tab. Modifications are not allowed on the submitted reports.</p>
<p>To begin, create a <a href="new_report.html"> New Report</a>.</p>
<p>Remember to logout on the top-right if you are done with the Reimbursinator.</p>
</div> </div>
<script src="js/logout.js"></script> <script src="js/logout.js"></script>
</body> </body>