diff --git a/lib/hawat/blueprints/design_bs3/templates/_macros_page.html b/lib/hawat/blueprints/design_bs3/templates/_macros_page.html index b46dfb1f6b5d09bf0c412991c2407bc5fcfa9b46..27866da602edc59003e3d06c9cbf862697603eec 100644 --- a/lib/hawat/blueprints/design_bs3/templates/_macros_page.html +++ b/lib/hawat/blueprints/design_bs3/templates/_macros_page.html @@ -164,7 +164,7 @@ {%- endif %} {%- if not hide_item %} | - <strong>{{ _('Item') }}:</strong> {% if item.operation in ('create','update','enable','disable') %}<a data-toggle="tooltip" href="{{ url_for('{}.show'.format(item.module), item_id = item.model_id ) }}" title="{{ _('View details of item "%(item)s"', item = '{}#{}'.format(item.model, item.model_id)) }}">{{ item.model }}#{{ item.model_id }}</a>{% else %}{{ item.model }}#{{ item.model_id }}{% endif %} + <strong>{{ _('Item') }}:</strong> {% if item.operation in ('create','createfor','update','enable','disable') %}<a data-toggle="tooltip" href="{{ url_for('{}.show'.format(item.module), item_id = item.model_id ) }}" title="{{ _('View details of item "%(item)s"', item = '{}#{}'.format(item.model, item.model_id)) }}">{{ item.model }}#{{ item.model_id }}</a>{% else %}{{ item.model }}#{{ item.model_id }}{% endif %} {%- endif %} | <a class="btn btn-default btn-xs" role="button" data-toggle="collapse" href="#{{ idprefix }}-difference-{{ loop.index }}" aria-expanded="false" aria-controls="collapseExample">