- <p>
- You have the following client applications registered:
- </p>
- <% @client_applications.each do |client|%>
- <% div_for client do %>
- <%= link_to client.name, :action => :show, :id => client.id %>
- <% end %>
- <% end %>
+<p><%= t ".registered_apps" %></p>
+<% @client_applications.each do |client| %>
+ <div class="client_application">
+ <%= link_to client.name, :action => :show, :id => client.id %>
+ </div>
+<% end %>