public
Description: FiveRuns TuneUp Panel
Homepage: http://fiveruns.org
Clone URL: git://github.com/fiveruns/fiveruns_tuneup.git
Added an unobtrusive link to Manage product page.  Removed some debug 
output.
bdainton (author)
Tue Jul 15 10:30:23 -0700 2008
commit  f32fbff44c885bbd25ea404360d7526015f372a3
tree    2194dc636e8c7e130942ee612979a42c1f8869a7
parent  e1d005ecb85b43b8d7c30a294582764879d18abb
...
10
11
12
 
13
14
15
...
10
11
12
13
14
15
16
0
@@ -10,5 +10,6 @@
0
   <ul id="tuneup-details">
0
     <%= render :partial => 'step.html.erb', :collection => tuneup_data.children %>
0
     <li style="clear:both"></li>
0
+ <li style="padding-top:10px;font-style:italic;float:right;font-size:0.8em;color:#ccc;">For Rails monitoring in production, try <a href="http://fiveruns.com/products/manage" target="_blank" style="font-style:italic">FiveRuns Manage</a></li>
0
   </ul>
0
 </div>
0
\ No newline at end of file
...
1
2
3
4
5
6
...
1
 
2
3
4
5
0
@@ -1,5 +1,4 @@
0
 <div id='tuneup-panel'>
0
-<% puts "blank data? #{tuneup_data.blank?} collecting? #{tuneup_collecting?}" %>
0
   <%= render(:partial => 'data.html.erb') if !tuneup_data.blank? && tuneup_collecting? %>
0
   <%= render :partial => 'link.html.erb' %>
0
 </div>
0
\ No newline at end of file

Comments

    No one has commented yet.