Mercurial > libervia-templates
diff sat_templates/default/components/common.html @ 149:e5ec33c4a8a8
forum/overview.html: classes modification + better global design
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 03 Jun 2018 18:01:32 +0200 |
parents | 33c7ce833d3f |
children | 0ec76c1f53d3 |
line wrap: on
line diff
--- a/sat_templates/default/components/common.html Sun Jun 03 09:00:04 2018 +0200 +++ b/sat_templates/default/components/common.html Sun Jun 03 18:01:32 2018 +0200 @@ -18,7 +18,7 @@ <nav class="menu {{class}}"> <ul> {% for name,url in menus %} - <li><a class="menu_item {{name}}" {{ {'href': url}|xmlattr }}>{{ml[name]}}</a></li> + <li><a class="menu_item menu_item--{{name}}" {{ {'href': url}|xmlattr }}>{{ml[name]}}</a></li> {% endfor %} </ul> </nav>