show request name where appropriate and set as default workspace name

This commit is contained in:
dandds
2018-09-19 09:54:06 -04:00
parent ec5c3e8ce8
commit 8fc5a4a092
9 changed files with 15 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
<section class='panel'>
<header class='panel__heading panel__heading--divider request-approval__heading'>
<h1 class='h2'>Request #{{ request.id }}
<h1 class='h2'>Request: {{ request.displayname }}
</h1>
<span class='label label--info'>{{ current_status }}</span>
</header>