Requested gui improvements
This commit is contained in:
parent
98a5f96989
commit
d1a4eeea30
16 changed files with 152 additions and 98 deletions
|
|
@ -10,6 +10,7 @@ class ReportsController < ApplicationController
|
|||
|
||||
# GET /reports/1
|
||||
def show
|
||||
@page_nav_mode = params[:pnm] == "c" ? :comment : :nav_tree
|
||||
respond_to do |format|
|
||||
format.html do
|
||||
@current_page = page_param && @report.pages.find(page_param) || @report.pages.first
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue