diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-01-03 20:09:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-03 20:09:42 +0000 |
commit | b3fd0140ac4096a37beab1b9ec135a178503f9c7 (patch) | |
tree | fa08ce7ababa7745d5d4d480f67bd36bfa477c1d /src/templates/dashboard/resource_detail.html | |
parent | ee0534cdb53c90d724d818c69595662ac3c59269 (diff) | |
parent | 180891af7356c37e85995e0d8a4e17feac0afd78 (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.html | 6 |
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> |