<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/views/layouts/_flash_locking.html.erb</filename>
    </added>
    <added>
      <filename>public/images/peritor_theme/locked.gif</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -9,6 +9,10 @@ module ApplicationHelper
     render(:partial =&gt; 'layouts/flash_error', :locals =&gt; {:text =&gt; text})
   end
   
+  def locking_flash(text)
+    render(:partial =&gt; 'layouts/flash_locking', :locals =&gt; {:text =&gt; text})
+  end
+  
   def flashed_errors(object_name)
     obj = instance_variable_get(&quot;@#{object_name}&quot;)
     return nil if obj.errors.blank?</diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 &lt;% if current_stage.locked? %&gt;
   &lt;% content_for(:flash_content) do %&gt;
-    &lt;%= error_flash( render :partial =&gt; 'lock_info', :locals =&gt; {:stage =&gt; current_stage, :deployment =&gt; @deployment}) %&gt;
+    &lt;%= locking_flash( render :partial =&gt; 'lock_info', :locals =&gt; {:stage =&gt; current_stage, :deployment =&gt; @deployment}) %&gt;
   &lt;% end %&gt;
 &lt;% end %&gt;
 </diff>
      <filename>app/views/deployments/new.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -441,6 +441,13 @@ div.small_box_bottom {
   background-position: 20px 0px;
 }
 
+.flash_text_locking {
+	color: #A40008;
+	padding: 15px 5px 12px 70px;
+	background: url(&lt;%= image_path('peritor_theme/locked.gif')%&gt;) left center no-repeat;
+  background-position: 20px 0px;
+}
+
 div.flash_box{
   clear: both;
   margin-top: 0px;</diff>
      <filename>app/views/stylesheets/application.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>128cec822a5308d1d56096c9971b85b4df838a74</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Weiss</name>
    <email>jw@innerewut.de</email>
  </author>
  <url>http://github.com/peritor/webistrano/commit/f33cd0317f168d8b4cface970848bf471d7a0285</url>
  <id>f33cd0317f168d8b4cface970848bf471d7a0285</id>
  <committed-date>2009-03-09T04:14:50-07:00</committed-date>
  <authored-date>2009-03-09T04:14:50-07:00</authored-date>
  <message>add lock icon</message>
  <tree>c96b488f26770d5ba94de3dcf6de6f217913e685</tree>
  <committer>
    <name>Jonathan Weiss</name>
    <email>jw@innerewut.de</email>
  </committer>
</commit>
