Skip to content

Commit

Permalink
Merge pull request #42 from UM-LPM/main
Browse files Browse the repository at this point in the history
button text change
  • Loading branch information
cecepasinechka authored May 16, 2024
2 parents d517200 + 1f2a481 commit 15dab1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/course.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1 class="course-title">{{ page.title }}</h1>
</p>
<p class="course-button">
{% if page.cType == "1" %}
<button class="course-button"><a href="{{site.catalog_url}}{{page.id}}">Izkaži svoje zanimanje</a></button>
<button class="course-button"><a href="{{site.catalog_url}}{{page.id}}">Izkaži zanimanje</a></button>
{% endif %}
</p>
{% if page.executionStartDate and page.executionStartDate != "" %}
Expand Down Expand Up @@ -157,7 +157,7 @@ <h1 class="course-title">{{ page.title }}</h1>
</div>
<p style="text-align: center;" class="course-button">
{% if page.cType == "1" %}
<button class="course-button"><a href="{{site.catalog_url}}{{page.id}}">Izkaži svoje zanimanje</a></button>
<button class="course-button"><a href="{{site.catalog_url}}{{page.id}}">Izkaži zanimanje</a></button>
{% endif %}
</p>
</section>
Expand Down

0 comments on commit 15dab1b

Please sign in to comment.