Skip to content

Commit

Permalink
small section change
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 21, 2017
1 parent 729a4fc commit 1a3ffd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/appier_extras/parts/admin/static/css/layout.css
Expand Up @@ -52,7 +52,6 @@ __license__ = Apache License, Version 2.0
.panel-model ul li {
margin: 0px 0px 0px 0px;
padding: 12px 16px 12px 16px;
text-transform: capitalize;
}

.panel-model ul li:hover {
Expand Down
Expand Up @@ -7,7 +7,7 @@
{% set available = own._available(models) %}
{% if available|length > 0 %}
<div class="panel-model">
<h3>{{ section }}</h3>
<h3>{{ appier.underscore_to_readable(section, capitalize = True) }}</h3>
<ul>
{% for model in available %}
{% if acl("admin.models." + model._name()) %}
Expand Down

0 comments on commit 1a3ffd5

Please sign in to comment.