standardize the use of service name handles, e.g. file-setup instead of file_setup

This commit is contained in:
Patrick Jentsch
2021-08-04 12:26:49 +02:00
parent ec7a88f36e
commit da350474fb
10 changed files with 316 additions and 87 deletions

View File

@ -9,7 +9,7 @@
<div class="col s12" data-job-id="{{ job.id }}" data-user-id="{{ job.creator.id }}" id="job-display">
<div class="row">
<div class="col s8 m9 l10">
<h1 id="title">[<span class="job-service"></span>] <span class="job-title"></span></h1>
<h1 id="title"><i style="font-size: inherit;" class="nopaque-icons service-icon" data-service="{{ job.service }}"></i> <span class="job-title"></span></h1>
</div>
<div class="col s4 m3 l2 right-align">
<p>&nbsp;</p>