mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #164 from openclassify/vedata
#505 edit icon for font awesome 5
This commit is contained in:
commit
fde35bfc88
@ -1,6 +1,6 @@
|
||||
{% if app.auth.id == adv.created_by_id %}
|
||||
<a class="btn btn-info edit-adv-btn" href="/advs/edit_advs/{{ adv.id }}"><i
|
||||
class="fa fa-pencil-square-o"></i>
|
||||
class="fas fa-pencil-alt"></i>
|
||||
<font>{{ trans('visiosoft.module.advs::field.edit') }}</font></a>
|
||||
{% if adv.status != "pending_admin" and adv.status != "approved" %}
|
||||
<a class="btn btn-success approve-adv-btn"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user