diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 0081fde84..cd6ac2af2 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -210,4 +210,4 @@ -<%= paginate @events_pages, :window => 3%> \ No newline at end of file +<%= paginate @events_pages, :left => 3, :right => 3%> \ No newline at end of file