<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,6 +14,11 @@ class AlertsController &lt; ApplicationController
   
   def show
     @alert = present Alert.find(params[:id])
+    respond_to do |format|
+      format.html
+      format.xml { render :xml =&gt; @alert.to_xml( :include =&gt; [:author, :from_jurisdiction] , :dasherize =&gt; false)}
+    end
+
   end
   
   def new</diff>
      <filename>app/controllers/alerts_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 &lt;div class=&quot;group&quot;&gt;
-  Name: &lt;%= link_to group.name, admin_group_path(group) %&gt; &lt;%= link_to 'Edit', edit_admin_group_path(group)%&gt; &lt;%= link_to 'Destroy', admin_group_path(group), :method =&gt; :delete %&gt;
+  Name: &lt;%= link_to group.name, admin_group_path(group) %&gt; &lt;%= link_to 'Edit', edit_admin_group_path(group)%&gt; &lt;%= link_to 'Destroy', admin_group_path(group), :method =&gt; :delete, :class =&gt; &quot;destroy&quot; %&gt;
 &lt;/div&gt;&lt;br/&gt;
\ No newline at end of file</diff>
      <filename>app/views/admin/groups/_group_summary.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,3 @@
-&lt;h2&gt;My Dashboard&lt;/h2&gt;
 &lt;% if current_user.role_requests &amp;&amp; current_user.role_requests.unapproved.any? %&gt;
   &lt;h4&gt;Awaiting Approval&lt;/h4&gt;
   &lt;ul class=&quot;pending_role_requests&quot;&gt;</diff>
      <filename>app/views/dashboard/hud.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>da9e4bf8b6f542dded37b9e4deb97883c1dfac76</id>
    </parent>
  </parents>
  <author>
    <name>Keith Gaddis</name>
    <email>keith.gaddis@karmajunkie.com</email>
  </author>
  <url>http://github.com/talho/openphin/commit/61649c7773c09f523bbeb9819f3eff911fff1337</url>
  <id>61649c7773c09f523bbeb9819f3eff911fff1337</id>
  <committed-date>2009-10-27T15:06:36-07:00</committed-date>
  <authored-date>2009-10-27T06:26:22-07:00</authored-date>
  <message>fixed: get rid of My Dashboard title on HAN app main page
fixed: broken Scenario: deleting a user group (view_and_edit_and_delete_groups.feature) 
added: support for xml format on alerts#show</message>
  <tree>b0753b28acabe13184704ec69c7c4449494b2bef</tree>
  <committer>
    <name>Keith Gaddis</name>
    <email>keith.gaddis@karmajunkie.com</email>
  </committer>
</commit>
