diff --git a/app/views/shared/_main_nav.html.haml b/app/views/shared/_main_nav.html.haml index 261e305..cff02dd 100644 --- a/app/views/shared/_main_nav.html.haml +++ b/app/views/shared/_main_nav.html.haml @@ -12,13 +12,11 @@ -# render the engine main nav components if there are any - SystemConfig.transam_module_names.each do |mod| - view_component = "#{mod}_main_nav" - - Rails.logger.debug "Checking for #{view_component}: Results = #{lookup_context.template_exists?(view_component, 'shared', true)}" - if lookup_context.template_exists?(view_component, 'shared', true) = render :partial => "shared/#{view_component}" -# render the application main nav components if there are any - view_component = "app_main_nav" - - Rails.logger.debug "Checking for #{view_component}: Results = #{lookup_context.template_exists?(view_component, 'shared', true)}" - if lookup_context.template_exists?(view_component, 'shared', true) = render :partial => "shared/#{view_component}" diff --git a/lib/transam_accounting/version.rb b/lib/transam_accounting/version.rb index 09867ab..efd40d2 100644 --- a/lib/transam_accounting/version.rb +++ b/lib/transam_accounting/version.rb @@ -1,3 +1,3 @@ module TransamAccounting - VERSION = "2.16.0" + VERSION = "2.17.0-rc" end