Skip to content

Commit

Permalink
Change contact e-mail address
Browse files Browse the repository at this point in the history
  • Loading branch information
Isti01 committed Apr 10, 2024
1 parent 1198cf2 commit 66bbf80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 66bbf80

Please sign in to comment.