Browse Source

updated view button for events

pull/141/head
abhidj0090 4 years ago
parent
commit
02d5dd726b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/partials/events.html

+ 1
- 1
layouts/partials/events.html View File

{{ end }} {{ end }}
<div class="all-post text-center col-lg-12"> <div class="all-post text-center col-lg-12">
<a class="btn btn-main" href="{{ `event` | absLangURL }}">{{ i18n "viewAllLectures" }}</a>
<a class="btn btn-main" href="{{ `event` | absLangURL }}">{{ i18n "ViewAllEvents" }}</a>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save