Skip to content
Snippets Groups Projects
Verified Commit fab8c368 authored by nd's avatar nd
Browse files

added a comment

parent 4011d98a
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ def setup_navbar(app):
# ( see: http://getbootstrap.com/components/#glyphicons )
# or 'fa'
# ( see: http://fontawesome.io/icons/ )
# visible is a function that returns "True" if this icon should be visible in the calling context
def register_navbar(name, iconlib='fa', icon=None, group=None, endpoint=None, blueprint=None, visible=None):
def wrapper(func):
urlendpoint = endpoint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment