Implement link group detail screen with profit simulation

This commit is contained in:
2023-03-18 14:06:50 +00:00
parent bbd25c7450
commit 8c490d6ee3
11 changed files with 292 additions and 21 deletions

View File

@@ -76,6 +76,15 @@
</span>
</span>
</button>
<a href="{% url 'linkgroup_info' type='page' pk=item.id %}"><button
class="button">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-eye"></i>
</span>
</span>
</button>
</a>
</div>
</td>
</tr>