Skip to content

Commit

Permalink
Move coding activity link to menu
Browse files Browse the repository at this point in the history
removes button from latest news page
  • Loading branch information
HWFord authored and plegall committed Sep 3, 2021
1 parent 4203c2a commit 190f157
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions template/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
<ul class="dropdown-menu dropdown-menu-left">
<li><a href="{$PORG_ROOT}{$URL.news}">{'Latest news'|translate}</a></li>
<li><a href="{$PORG_ROOT}{$URL.newsletters}">{'Newsletters'|translate}</a></li>
<li><a href="{$PORG_ROOT}{$URL.coding_activity}">Coding Activity</a>
</ul>
</li>
<li class="pwg-navbar-button">
Expand Down
3 changes: 0 additions & 3 deletions template/news.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ $(document).ready(function() {
<h1>{'Latest news'|translate}</h1>
<p>{'porg_news_desc1'|translate} {'porg_news_desc2'|translate}</p>
</div>
<div class="col-md-6 pwg-whats-news-elements text-right">
<a href="{$PORG_ROOT}{$URL.coding_activity}" class="btn"><span class="bold"><img src="{$PORG_ROOT_URL}images/news/code.svg"/>Coding Activity</span></a>
</div>
</div>
</div>
</section>
Expand Down

0 comments on commit 190f157

Please sign in to comment.