-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from optikfluffel/city-selection
City selection
- Loading branch information
Showing
11 changed files
with
45 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,11 @@ def index | |
def role_model | ||
end | ||
|
||
def search | ||
end | ||
|
||
def thanks | ||
end | ||
|
||
def already | ||
end | ||
end | ||
|
||
def about | ||
end | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<div class="container col-md-12"> | ||
<h1 class="text-center"> | ||
|
||
<%= link_to "Wir finden es wirklich cool, dich in unserer Datenbank zu haben !", home_search_path, class: 'btn btn-primary btn-block' %> | ||
<%= link_to "Wir finden es wirklich cool, dich in unserer Datenbank zu haben !", users_path, class: 'btn btn-primary btn-block' %> | ||
|
||
<%= link_to "Sieh dir andere Role Models an", home_search_path, class: 'btn btn-primary btn-block' %> | ||
</div> | ||
<%= link_to "Sieh dir andere Role Models an", users_path, class: 'btn btn-primary btn-block' %> | ||
</div> |
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 |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
<div class="col-md-3"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
|
||
|
||
|
||
<div class="container col-md-12"> | ||
<h1 class="text-center"> | ||
|
||
<%= link_to "Danke für deine Anmeldung!", home_search_path, class: 'btn btn-primary btn-block' %> | ||
<%= link_to "Danke für deine Anmeldung!", users_path, class: 'btn btn-primary btn-block' %> | ||
|
||
<%= link_to "Sieh dir andere Role Models an", home_search_path, class: 'btn btn-primary btn-block' %> | ||
</div> | ||
<%= link_to "Sieh dir andere Role Models an", users_path, class: 'btn btn-primary btn-block' %> | ||
</div> |
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