Skip to content

Commit f0af124

Browse files
authored
Merge pull request #1124 from akeneo/AS8-2726_Add-Activation-Api
Added a new menu item for Activation
2 parents beb0ef8 + e2f3654 commit f0af124

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/partials/layout.handlebars

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,17 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
241241
</li>
242242
</ul>
243243
</li>
244+
<li class="dropdown">
245+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Activation API<span class="caret"></span></a>
246+
<ul class="dropdown-menu">
247+
<li class="dropdown-title">Activation API resources</li>
248+
<li>
249+
<a href="https://api.retail.app.akeneo.cloud/">
250+
Activation API <span class="label label-beta">New</span>
251+
</a>
252+
</li>
253+
</ul>
254+
</li>
244255

245256
<li class="dropdown{{#if active_guided_tutorials}} active{{/if}}">
246257
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Guided tutorials <span class="caret"></span></a>

0 commit comments

Comments
 (0)