mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 03:37:40 +00:00
30 lines
613 B
Plaintext
30 lines
613 B
Plaintext
<html>
|
|
<head>
|
|
<title>Customer name here</title>
|
|
<%= javascript_include_tag "runs" %>
|
|
</head>
|
|
<body class = "bay_background">
|
|
<div class = "row">
|
|
<div class= "col-md-12">
|
|
<div class = "page-header">
|
|
<h1 class = "center-text form_header roboto_font">
|
|
View all tables for Customer name here
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<ul class = "list-group">
|
|
<div class = "row">
|
|
<div class = "col-md-2">
|
|
</div>
|
|
<div class = "col-md-8">
|
|
<ul class = "list-group runs">
|
|
</ul>
|
|
</div>
|
|
<div class = "col-md-2">
|
|
</div>
|
|
</div>
|
|
</ul>
|
|
</body>
|
|
</html>
|