Skip to content

Commit

Permalink
[IMP] website: UX detail: divider in content menu
Browse files Browse the repository at this point in the history
  • Loading branch information
fpodoo committed Aug 4, 2016
1 parent 3363fac commit 7aeb3df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/website/views/website_navbar_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<li groups="base.group_website_designer">
<a data-action="edit_menu" href="#" title="Edit Top Menu">Edit Menu</a>
</li>
<li t-if="deletable" groups="base.group_website_designer" role="separator" class="divider"></li>
<li t-if="deletable" groups="base.group_website_designer"><a href="#" data-action="rename_page">Rename Page</a></li>
<li t-if="deletable" groups="base.group_website_designer"><a href="#" data-action="delete_page">Delete Page</a></li>
</ul>
Expand Down

0 comments on commit 7aeb3df

Please sign in to comment.