Fixed up Drafts

This commit is contained in:
James Murray
2017-12-04 01:26:01 -05:00
parent fef25179d0
commit 6529d9bf44
7 changed files with 13 additions and 4 deletions
+13 -4
View File
@@ -14,10 +14,19 @@ class DraftsView extends SecureView
public function page(){ public function page(){
$body = <<<HTML $body = <<<HTML
<div class="card"> <div class="card">
<h2>Draft 1</h2> <h2>Questions and Risks for the Customer</h2>
<p> <ul>
Lol, just do the thing, bro! <li><a href="./Questions.pdf">Collated Submission</a></li>
</p> <li><a href="./James_Questions.pdf">Questions and Risks from James</a></li>
<li><a href="./Stephen_Questions.pdf">Questions and Risks from Stephen</a></li>
<li><a href="./Sean_Questions.pdf">Questions and Risks from Sean</a></li>
<li><a href="./Colin_Questions.pdf">Questions and Risks from Colin</a></li>
<li><a href="./Logan_Questions.pdf">Questions and Risks from Logan</a></li>
<ul>
</div>
<div class="card">
<h2>Prototype Source</h2>
<p>Source can be found in <a href="https://git.cse.msu.edu/cse-435-team-6/automotive-paint-defect-analysis/">this git repository</a>.</p>
</div> </div>
HTML; HTML;
return $body; return $body;
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.