Added benchmark and hardware models; added routes and views for hardware
This commit is contained in:
15
views/hardware/view.twig
Normal file
15
views/hardware/view.twig
Normal file
@ -0,0 +1,15 @@
|
||||
{% extends 'layouts/default.twig' %}
|
||||
|
||||
{% block title %}{{ hardware.name }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<h2>{{ hardware.name }}</h2>
|
||||
|
||||
<p>Hardware type: {{ hardware.type }}</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<p><a href="/hardware">Back</a></p>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user