Not sure if this is what you seek, but all views have access to the
controller / action that rendered them via controller.controller_name
and controller.action_name.
e.g.;
<% if controller.controller_name == "rushing_offenses" -%>
some stuff
<% end %>