Skip to content

chore: change 15 falls to 212 battery#1218

Draft
matmanna wants to merge 5 commits into
hackclub:mainfrom
matmanna:new-hq
Draft

chore: change 15 falls to 212 battery#1218
matmanna wants to merge 5 commits into
hackclub:mainfrom
matmanna:new-hq

Conversation

@matmanna
Copy link
Copy Markdown
Member

@matmanna matmanna commented Apr 24, 2026

(for whenever the address change does happen)

@matmanna matmanna marked this pull request as draft April 24, 2026 15:31
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 24, 2026

Greptile Summary

Updates the physical mailing address in both the HTML and plain-text email layout footers from "15 Falls Road, Shelburne, VT 05482" to "212 Battery Street, Burlington, VT 05401". The change is consistent across both templates and requires no tests.

Confidence Score: 5/5

This PR is safe to merge — it is a one-line address update in two email layout templates with no logic changes.

The change is purely cosmetic (a physical address string in a footer), touches no logic, routing, or data, and is consistently applied across both the HTML and plain-text mailer templates.

No files require special attention.

Important Files Changed

Filename Overview
app/views/layouts/mailer.html.erb Updates footer address from "15 Falls Road, Shelburne, VT 05482" to "212 Battery Street, Burlington, VT 05401" in the HTML mailer template.
app/views/layouts/mailer.text.erb Updates footer address from "15 Falls Road, Shelburne, VT 05482" to "212 Battery Street, Burlington, VT 05401" in the plain-text mailer template.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Mailer sends email] --> B[mailer.html.erb layout]
    A --> C[mailer.text.erb layout]
    B --> D["Footer: 212 Battery Street,\nBurlington, VT 05401"]
    C --> D
Loading

Reviews (1): Last reviewed commit: "chore: update new hq address 2" | Re-trigger Greptile

skyfallwastaken

This comment was marked as duplicate.

Copy link
Copy Markdown
Member

@skyfallwastaken skyfallwastaken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! will merge when other hq stuff switches over

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants