From f661de47adbaeed8e218177b7238f82dcd89364b Mon Sep 17 00:00:00 2001 From: Jonathan Hoyt Date: Mon, 22 Dec 2008 15:37:04 -0500 Subject: [PATCH] updated show view for dialup [#19] --- app/views/clients/show.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/clients/show.html.erb b/app/views/clients/show.html.erb index 02a805c..738004c 100644 --- a/app/views/clients/show.html.erb +++ b/app/views/clients/show.html.erb @@ -9,6 +9,7 @@
  • Tickets
  • Devices
  • Files
  • +
  • Dialup
  • <% if not_a_user(@client) %>
  • Invite
  • <% end %> <% if my_account(@client) %>
  • My Account
  • <% end %> @@ -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} %>