Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change contact e-mail address #434

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/application/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<h2>Hibák és észrevételek</h2>
Ha bármilyen hibát találsz, vagy kérdésed / észrevételed van, esetleg valamilyen fejlesztési ötletet szeretnél elénk
tárni,
a <a href="mailto:kir-dev@sch.bme.hu">kir-dev@sch.bme.hu</a> publikus levelező listánkon vedd fel velünk a
a <a href="mailto:hello@kir-dev.hu">hello@kir-dev.hu</a> publikus levelező listánkon vedd fel velünk a
kapcsolatot.
</div>
</div>
2 changes: 1 addition & 1 deletion app/views/layouts/exception.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</div>
<div class="uk-text-center uk-h4 uk-margin-top">
Amennyiben a hiba hosszabb időn keresztül fenn áll, keress minket a
<a href="mailto:kir-dev@sch.bme.hu">publikus levelezőlistánkon</a> keresztül.
<a href="mailto:hello@kir-dev.hu">publikus levelezőlistánkon</a> keresztül.
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/views/registration/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h2>Regisztráció</h2>
Az auth.sch alapján még nem vagy beregisztrálva az oldalra, ezt itt
pótolhatod. Amennyiben bármilyen hibát észlelsz, kérlek
<a href="mailto:kir-dev@sch.bme.hu">itt</a> jelezd.
<a href="mailto:hello@kir-dev.hu">itt</a> jelezd.
</div>

<%= form_for @user, url: registration_path,
Expand Down
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{ id: Group::SIMONYI_ID, name: 'Simonyi Károly Szakkollégium', type: :team, parent_id: Group::RVT_ID },
{ id: Group::KIRDEV_ID, name: 'KIR fejlesztők és üzemeltetők', type: :group, parent_id: Group::SIMONYI_ID,
description: 'A Villanykari Információs Rendszer fejlesztésével és üzemeltetésével foglalkozó kör.',
webpage: 'https://kir-dev.sch.bme.hu', maillist: 'kir-dev@sch.bme.hu', founded: 2001, issvie: true,
webpage: 'https://kir-dev.sch.bme.hu', maillist: 'hello@kir-dev.hu', founded: 2001, issvie: true,
delegate_count: 1, users_can_apply: true }
])

Expand Down
Loading