<%= Site::Client.human_attribute_name :description %>
<%= @client.description%>
<%= Site::Client.human_attribute_name :url %>
<%= link_to @client.url, @client.url%>
<% if can? :update, @client %>
<%= Site::Client.human_attribute_name :callback_url %>
<%= @client.callback_url %>
<% end %>