From 2fa9462e05d5228ba6811fc49ade56e179909703 Mon Sep 17 00:00:00 2001
From: ilya <ilya@laptop.(none)>
Date: Fri, 23 Jul 2010 20:09:52 -0700
Subject: [PATCH] Next and Previous for photos buttions are now in the center

---
 app/views/photos/show.html.haml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app/views/photos/show.html.haml b/app/views/photos/show.html.haml
index effb40f331..ccc0687f30 100644
--- a/app/views/photos/show.html.haml
+++ b/app/views/photos/show.html.haml
@@ -10,9 +10,10 @@
     = linked_scaled_photo @photo, @album
 
   #photo_pagination
-    = link_to_prev @photo, @album
-    |
-    = link_to_next @photo, @album
+    %center
+      = link_to_prev @photo, @album
+      |
+      = link_to_next @photo, @album
 
   -if mine?(@photo)
     %p
-- 
GitLab