Skip to content

Commit

Permalink
[webui] Apply Haml-Lint idNames in main
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKang committed Apr 19, 2017
1 parent 68d7504 commit 846c5cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -166,7 +166,7 @@ div#log_space_wrapper {

/* main page (/) */

#proceed_list {
#proceed-list {
height: 2em;
margin-bottom: 40px;
li {
Expand Down
2 changes: 1 addition & 1 deletion src/api/app/views/webui/main/index.html.haml
Expand Up @@ -6,7 +6,7 @@
Welcome to #{@configuration['title']}
= raw @configuration['description']
%br/
%ul#proceed_list
%ul#proceed-list
- if User.current.is_admin?
= proceed_link 'configure', 'Configuration', controller: 'configuration', action: 'index'
= proceed_link 'list', 'All Projects', controller: 'project'
Expand Down

0 comments on commit 846c5cd

Please sign in to comment.