<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/views/admin/help/_other_index.html.haml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -23,6 +23,7 @@ class Admin::HelpController &lt; ApplicationController
         @role = params[:role]
       else
         @role = 'other'
+        @custom_role = params[:role]
       end
     end
     if File.exists?(&quot;#{RAILS_ROOT}/vendor/extensions/help/app/views/admin/help/_#{@role}_index.html.haml&quot;)</diff>
      <filename>app/controllers/admin/help_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -13,5 +13,4 @@
       %p= &quot;Sorry. We couldn't find information about the #{@doc_name} Extension#{' for the role: ' + @role unless @role.to_s == 'all'}.&quot;
   .Extras 
     - render_region :extras do |extras|
-      %h2 This does not show up for some very strange reason.
       - extras.render_region :extension_docs_list 
\ No newline at end of file</diff>
      <filename>app/views/admin/help/extension_doc.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -13,5 +13,4 @@
       - main.render_region :editing
   .Extras
     - render_region :extras do |extras|
-      %h2 This does not show up for some very strange reason.
       - extras.render_region :extension_docs_list 
\ No newline at end of file</diff>
      <filename>app/views/admin/help/index.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -6,11 +6,10 @@
 .Help
   = render :partial =&gt; 'help_nav'
   .MainTopics
-    %h1= &quot;#{@role.titleize} Help&quot;
+    %h1= &quot;#{(@custom_role || @role).titleize} Help&quot;
     = render :partial =&gt; &quot;#{@role}_index&quot;
   .Extras 
     - render_region :extras do |extras|
-      %h2 This does not show up for some very strange reason.
       - extras.render_region :extension_docs_list 
-      = extras.render_region :regions do
+      - extras.render_region :regions do
         = render :partial =&gt; 'regions'
\ No newline at end of file</diff>
      <filename>app/views/admin/help/role.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2564848307fcb2e816591352a22d4a76e56542c9</id>
    </parent>
  </parents>
  <author>
    <name>Jim Gay</name>
    <email>jim@saturnflyer.com</email>
  </author>
  <url>http://github.com/saturnflyer/radiant-help-extension/commit/ff1190054abc7922550ca8ee810adb086c7a8ea6</url>
  <id>ff1190054abc7922550ca8ee810adb086c7a8ea6</id>
  <committed-date>2009-05-08T12:50:39-07:00</committed-date>
  <authored-date>2009-05-08T12:50:39-07:00</authored-date>
  <message>Bug finally gone from Haml. Added starting point for custom roles</message>
  <tree>d32791aeac7c5b4ee93f12cfe927c09531912426</tree>
  <committer>
    <name>Jim Gay</name>
    <email>jim@saturnflyer.com</email>
  </committer>
</commit>
