Skip to content

Commit

Permalink
Rename AFC 2.0 to Fare Transformation
Browse files Browse the repository at this point in the history
The old name and vanity URL were being used in a few spots.
  • Loading branch information
phildarnowsky committed Dec 6, 2019
1 parent 9769475 commit 86e60dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<%= link "Commuter Rail Positive Train Control", to: project_path(@conn, :show, "commuter-rail-positive-train-control-ptc"), class: "ga-nav-sublink" %>
</li>
<li>
<%= link "Automated Fare Collection 2.0", to: cms_static_page_path(@conn, "/afc2"), class: "ga-nav-sublink" %>
<%= link "Fare Transformation", to: cms_static_page_path(@conn, "/fare-transformation"), class: "ga-nav-sublink" %>
</li>
<li>
<%= link "Green Line Extension", to: "https://www.mass.gov/green-line-extension-project-glx", target: "_blank", class: "ga-nav-sublink" %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<h2>Improvements & Projects</h2>
<div class="c-grid-buttons">
<%= render "_link.html", text: "Commuter Rail Positive Train Control", href: project_path(@conn, :show , "commuter-rail-positive-train-control-ptc"), class: "col-xs-12 col-sm-4" %>
<%= render "_link.html", text: "Automated Fare Collection 2.0", href: cms_static_page_path(@conn, "/afc2"), class: "col-xs-12 col-sm-4" %>
<%= render "_link.html", text: "Fare Transformation", href: cms_static_page_path(@conn, "/fare-transformation"), class: "col-xs-12 col-sm-4" %>
<%= render "_link.html", text: "Green Line Extension", href: "https://www.mass.gov/green-line-extension-project-glx", class: "col-xs-12 col-sm-4", target: "_blank" %>
<%= render "_link.html", text: "Wollaston Station", href: cms_static_page_path(@conn, "/wollaston"), class: "col-xs-12 col-sm-4" %>
<%= render "_link.html", text: "See All Projects", href: project_path(@conn, :index), class: "col-xs-12 col-sm-4" %>
Expand Down

0 comments on commit 86e60dc

Please sign in to comment.