Commit cb00ba44

luu stiles <luuduong@gmail.com>
2012-01-07 05:02:29
added link to wufoo forms and some label and layout updates where i saw them
1 parent f469906
Changed files (3)
app/controllers/categories_controller.rb
@@ -2,6 +2,6 @@ class CategoriesController < ApplicationController
   # GET /categories/fondant
   def show
     @category = Category.where(:slug => params[:id]).first
-    @creations = Creation.joins(:categories).where(:categories => {:slug => params[:id]}).page(params[:page]).per(6)
+    @creations = Creation.joins(:categories).where(:categories => {:slug => params[:id]}).page(params[:page]).per(12)
   end
 end
app/views/creations/crop.html.erb
@@ -54,7 +54,7 @@ function update_crop(coords) {
       <%= image_tag @creation.image_url, :id => "cropbox" %>
     </div>
     <div class="span4">
-      <h3>Preview</h3>
+      <h3>Crop Preview</h3>
       <div class="preview">
           <%= image_tag @creation.image_url, :id => "preview" %>
       </div>
app/views/layouts/application.html.erb
@@ -98,7 +98,7 @@
 				 	<h3>Contact</h3>
 					  <ul class="unstyled">
 						<li>
-							<a href="/">Give Feedback</a>
+							<a href="http://cakeside.wufoo.com/forms/z7x3k1/" target="_blank">Send Feedback</a>
 						</li>
 						<li>
 							<a href="/">Twitter</a>