Skip to content

Commit

Permalink
updated show view for dialup [#19]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hoyt authored and Jonathan Hoyt committed Dec 22, 2008
1 parent d770f21 commit f661de4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/clients/show.html.erb
Expand Up @@ -9,6 +9,7 @@
<li class="ui-tabs-nav-item"><a href="#tickets" title="tickets">Tickets</a></li>
<li class="ui-tabs-nav-item"><a href="#devices" title="devices">Devices</a></li>
<li class="ui-tabs-nav-item"><a href="#files" title="files">Files</a></li>
<li class="ui-tabs-nav-item"><a href="#dialup" title="files">Dialup</a></li>
<% if not_a_user(@client) %><li class="ui-tabs-nav-item"><a href="/clients/<%= @client.id %>/users/new" title="#newaccount">Invite</a></li><% end %>
<% if my_account(@client) %><li class="ui-tabs-nav-item"><a href="/users/<%= current_user.id %>" title="#myaccount">My Account</a></li><% end %>
</ul>
Expand All @@ -17,6 +18,7 @@
<%= render :partial => 'tickets', :locals => {:client => @client} %>
<%= render :partial => 'devices', :locals => {:client => @client} %>
<%= render :partial => 'things', :locals => {:client => @client} %>
<%= render :partial => 'dialup', :locals => {:client => @client} %>
</div>

<script>
Expand Down

0 comments on commit f661de4

Please sign in to comment.