<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -168,7 +168,7 @@ class CanFlagGenerator &lt; Rails::Generator::NamedBase
       # Controller templates
       
       # TODO: shared?
-      m.template '_flag.html.erb', File.join('app/views/layouts', '_flag.html.erb')
+      m.template '_flag.html.erb', File.join('app/views/shared', '_flag.html.erb')
       m.template 'index.html.erb', File.join('app/views', controller_class_path, controller_file_name, 'index.html.erb')
       #m.template 'login.html.erb',  File.join('app/views', controller_class_path, controller_file_name, &quot;new.html.erb&quot;)
       #m.template 'signup.html.erb', File.join('app/views', model_controller_class_path, model_controller_file_name, &quot;new.html.erb&quot;)
@@ -201,7 +201,7 @@ class CanFlagGenerator &lt; Rails::Generator::NamedBase
         puts
         puts &quot; - modify your code:&quot;
         puts
-        puts &quot;    include render :partial =&gt; 'layouts/flag', :object =&gt; @article &quot;
+        puts &quot;    include render :partial =&gt; 'shared/flag', :object =&gt; @article &quot;
         puts
         puts &quot;   Activate your user model for flagging abilities&quot;
         puts &quot;    class User &lt; ActiveRecord::Base &quot;</diff>
      <filename>generators/can_flag/can_flag_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a64234af6d4ccd930eccd52d334fd8ce5d51370b</id>
    </parent>
  </parents>
  <author>
    <name>Zach Inglis</name>
    <email>zach@lt3media.com</email>
  </author>
  <url>http://github.com/courtenay/can_flag/commit/d61d8ebf6698eda4406e732d52cefce577023c42</url>
  <id>d61d8ebf6698eda4406e732d52cefce577023c42</id>
  <committed-date>2008-04-26T07:47:23-07:00</committed-date>
  <authored-date>2008-04-26T07:47:23-07:00</authored-date>
  <message>The generator now puts the flash partial in the shared folder. Layout folder is for things directly to do with the layout.</message>
  <tree>03aa79d8ca6cb0232976ab87c18eb5dad96e8b4f</tree>
  <committer>
    <name>Zach Inglis</name>
    <email>zach@lt3media.com</email>
  </committer>
</commit>
