aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/dashboard/resource_detail.html
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-01-03 20:09:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-01-03 20:09:42 +0000
commitb3fd0140ac4096a37beab1b9ec135a178503f9c7 (patch)
treefa08ce7ababa7745d5d4d480f67bd36bfa477c1d /src/templates/dashboard/resource_detail.html
parentee0534cdb53c90d724d818c69595662ac3c59269 (diff)
parent180891af7356c37e85995e0d8a4e17feac0afd78 (diff)
Merge "Changed Button style class to btn-primary"
Diffstat (limited to 'src/templates/dashboard/resource_detail.html')
-rw-r--r--src/templates/dashboard/resource_detail.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/templates/dashboard/resource_detail.html b/src/templates/dashboard/resource_detail.html
index 79389f0..0a443d9 100644
--- a/src/templates/dashboard/resource_detail.html
+++ b/src/templates/dashboard/resource_detail.html
@@ -101,12 +101,10 @@
{{ resource.owner.email }}
</p>
<p>
- <a href="{% url 'booking:create' resource_id=resource.id %}" class="btn
- btn-primary">
+ <a href="{% url 'booking:create' resource_id=resource.id %}" class="btn btn-primary">
Booking
</a>
- <a href="{{ resource.url }}" class="btn
- btn-primary">
+ <a href="{{ resource.url }}" class="btn btn-primary">
OPNFV Wiki
</a>
</p>