Skip to content

Commit

Permalink
[webui] Apply Haml-Lint idNames in shared
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKang committed Apr 19, 2017
1 parent 0bb309c commit 68d7504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/app/views/shared/_requests.html.haml
@@ -1,7 +1,7 @@
- if requests.blank?
%p No requests.
- else
%table.compact#request_table{:width => '100%'}
%table.compact#request-table{:width => '100%'}
%thead
%tr
%th Created
Expand All @@ -15,7 +15,7 @@
- requests.each do |req|
= render partial: 'shared/single_request', locals: { req: req }
:javascript
$('#request_table').dataTable({
$('#request-table').dataTable({
'order': [[0,'desc']],
'columns': [ null, null, null, null, null, null, null ],
'info': false,
Expand Down

0 comments on commit 68d7504

Please sign in to comment.