Hide "View in shot context" when in assets list
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
i.pi-clipboard-copy
|
i.pi-clipboard-copy
|
||||||
| Copy Shortcode for SVN Commits to Clipboard
|
| Copy Shortcode for SVN Commits to Clipboard
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% if attract_context != 'shot' and task.parent %}
|
| {% if (attract_context != 'shot' or attract_context != 'asset') and task.parent %}
|
||||||
li
|
li
|
||||||
a(href="{{ url_for('attract.shots.perproject.with_task', project_url=project['url'], task_id=task['_id']) }}")
|
a(href="{{ url_for('attract.shots.perproject.with_task', project_url=project['url'], task_id=task['_id']) }}")
|
||||||
i.pi-film-thick
|
i.pi-film-thick
|
||||||
|
Reference in New Issue
Block a user