Sha256: 78be839734c07e1b49f0283ee0af28cead4c5ba951b03b7358b728a4b99a7501

Contents?: true

Size: 475 Bytes

Versions: 46

Compression:

Stored size: 475 Bytes

Contents

<div class="tabs">
  <ul>
    <li class="accounts"><%= link_to "Account Info", edit_account_url(current_account) %></li>
    <li class="projects"><%= link_to "Projects", account_projects_url(current_account) %></li>
    <li class="users"><%= link_to "Users", account_memberships_url(current_account) %></li>
    <% if current_account.plan.billed? %>
      <li class="billing"><%= link_to "Billing", account_billing_path(current_account) %></li>
    <% end -%>
  </ul>
</div>

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
saucy-0.2.28.1 app/views/accounts/_tab_bar.html.erb
saucy-0.2.45 app/views/accounts/_tab_bar.html.erb
saucy-0.2.44 app/views/accounts/_tab_bar.html.erb
saucy-0.2.43 app/views/accounts/_tab_bar.html.erb
saucy-0.2.42 app/views/accounts/_tab_bar.html.erb
saucy-0.2.41 app/views/accounts/_tab_bar.html.erb
saucy-0.2.40 app/views/accounts/_tab_bar.html.erb
saucy-0.2.39 app/views/accounts/_tab_bar.html.erb
saucy-0.2.38 app/views/accounts/_tab_bar.html.erb
saucy-0.2.36 app/views/accounts/_tab_bar.html.erb
saucy-0.2.35 app/views/accounts/_tab_bar.html.erb
saucy-0.2.34 app/views/accounts/_tab_bar.html.erb
saucy-0.2.33 app/views/accounts/_tab_bar.html.erb
saucy-0.2.32 app/views/accounts/_tab_bar.html.erb
saucy-0.2.31 app/views/accounts/_tab_bar.html.erb
saucy-0.2.30 app/views/accounts/_tab_bar.html.erb
saucy-0.2.29 app/views/accounts/_tab_bar.html.erb
saucy-0.2.28 app/views/accounts/_tab_bar.html.erb
saucy-0.2.27 app/views/accounts/_tab_bar.html.erb
saucy-0.2.26 app/views/accounts/_tab_bar.html.erb