Sha256: 441f8e8f5b7b2f4e42e69306a8fecf95f40b2ed1185a91663466e3b2508daede

Contents?: true

Size: 818 Bytes

Versions: 8

Compression:

Stored size: 818 Bytes

Contents

<ul class="button-group">
  <% if(Helios.services['data']) { %>
    <li class="button">
      <a href="#data"><i class="data"/> Data</a>
    </li>
  <% } %>

  <% if(Helios.services['push-notification']) { %>
    <li class="button">
      <a href="#push-notification"><i class="push-notification"/> Push Notification</a>
    </li>
  <% } %>

  <% if(Helios.services['in-app-purchase']) { %>
    <li class="button">
      <a href="#in-app-purchase"><i class="in-app-purchase"/> In-App Purchase</a>
    </li>
  <% } %>

  <% if(Helios.services['passbook']) { %>
    <li class="button">
      <a href="#passbook"><i class="passbook"/> Passbook</a>
    </li>
  <% } %>

  <% if(Helios.services['newsstand']) { %>
    <li class="button">
      <a href="#newsstand"><i class="data"/> Newsstand</a>
    </li>
  <% } %>
</ul>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
helios-0.4.1 ./lib/helios/frontend/templates/navigation.jst.tpl
helios-0.4.0 ./lib/helios/frontend/templates/navigation.jst.tpl
helios_aim-0.2.2 ./lib/helios/frontend/templates/navigation.jst.tpl
helios-0.3.0 ./lib/helios/frontend/templates/navigation.jst.tpl
helios-0.2.5 ./lib/helios/frontend/templates/navigation.jst.tpl
helios-0.2.4 ./lib/helios/frontend/templates/navigation.jst.tpl
helios-0.2.3 ./lib/helios/frontend/templates/navigation.jst.tpl
helios-0.2.2 ./lib/helios/frontend/templates/navigation.jst.tpl