-
Aaron Lipman authored
Following the introduction of the @current_template variable in 1581cab9, the @virtual_path variable is now redundant, as the value of the virtual path may be accessed via @current_template.virtual_path. This commit removes @virtual_path and replaces any references to @virtual_path with @current_template.virtual_path.
Aaron Lipman authoredFollowing the introduction of the @current_template variable in 1581cab9, the @virtual_path variable is now redundant, as the value of the virtual path may be accessed via @current_template.virtual_path. This commit removes @virtual_path and replaces any references to @virtual_path with @current_template.virtual_path.
Loading