Links and Other Enhancements
This commit is contained in:
@@ -75,8 +75,8 @@
|
||||
{% if item.converted_to_id %}
|
||||
{% if item.converted_to_type == 'list_item' and item.list_id %}
|
||||
<a href="/lists/{{ item.list_id }}" class="btn btn-ghost btn-xs">View →</a>
|
||||
{% elif item.converted_to_type == 'weblink' %}
|
||||
<a href="/weblinks" class="btn btn-ghost btn-xs">View →</a>
|
||||
{% elif item.converted_to_type == 'link' %}
|
||||
<a href="/links" class="btn btn-ghost btn-xs">View →</a>
|
||||
{% elif item.converted_to_type in ('task', 'note', 'project', 'contact', 'decision') %}
|
||||
<a href="/{{ item.converted_to_type }}s/{{ item.converted_to_id }}" class="btn btn-ghost btn-xs">View →</a>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user