-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove StaticPageController (#2214)
* location card was part of an older version of the stop page * chore(DotcomWeb): remove some unused things * chore: remove StaticPageController
- Loading branch information
1 parent
d8214d9
commit 8b3a82c
Showing
21 changed files
with
48 additions
and
423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<div class="container"> | ||
<h1>MBTA.com Menu</h1> | ||
<hr class="m-0" /> | ||
<div | ||
:for={ | ||
%{menu_section: menu_section, sub_menus: sub_menus} <- | ||
DotcomWeb.LayoutView.nav_link_content() | ||
} | ||
class="page-section" | ||
> | ||
<h2 id={"#{menu_section}-section"}><%= menu_section %></h2> | ||
<hr class="m-0" /> | ||
<section aria-labelledby={"#{menu_section}-section"} class="row"> | ||
<section | ||
:for={%{links: links, sub_menu_section: section_name} <- sub_menus} | ||
aria-labelledby={"#{section_name}-section"} | ||
class="col-sm-4" | ||
> | ||
<h3 id={"#{section_name}-section"} class="font-small mt-6"><%= section_name %></h3> | ||
<%= Enum.map(links, &DotcomWeb.LayoutView.render_nav_link/1) %> | ||
</section> | ||
</section> | ||
</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
lib/dotcom_web/templates/static_page/getting_around.html.eex
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.