dont uppercase the capsul id on the detail page
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="row third-margin">
|
||||
<h1>{{ vm['id'] }}</h1>
|
||||
<h1 class="no-text-transform">{{ vm['id'] }}</h1>
|
||||
</div>
|
||||
<div class="row wrap grid-large third-margin">
|
||||
|
||||
|
Reference in New Issue
Block a user