Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Illuna-Minetest
illuna-minetest.tk-old
Commits
547924ff
Commit
547924ff
authored
Dec 26, 2016
by
Milan
Browse files
rename contact page to meet and rename navbar entry to 'get in touch!'
parent
954a1944
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/views/home/
contac
t.html.erb
→
app/views/home/
mee
t.html.erb
View file @
547924ff
File moved
app/views/layouts/application.html.erb
View file @
547924ff
...
...
@@ -45,7 +45,7 @@
<li
class=
"
<%=
is_active
(
'donate'
)
%>
"
>
<%=
link_to
t
(
'nav.donate'
),
"/donate"
,
:id
=>
"donate"
%>
</li>
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
class=
"
<%=
is_active
(
'contact'
)
%>
"
>
<%=
link_to
"
Contact & Social"
,
"/contac
t"
%>
</li>
<li
class=
"
<%=
is_active
(
'contact'
)
%>
"
>
<%=
link_to
"
Get in touch!"
,
"/mee
t"
%>
</li>
</ul>
</div>
</div>
...
...
config/routes.rb
View file @
547924ff
...
...
@@ -10,7 +10,7 @@ controller :home do
get
'map'
=>
'home#map'
,
:as
=>
'map'
get
'stats'
=>
'home#stats'
,
:as
=>
'stats'
get
'donate'
=>
'home#donate'
,
:as
=>
'donate'
get
'
contac
t'
=>
'home#
contac
t'
,
:as
=>
'
contac
t'
get
'
mee
t'
=>
'home#
mee
t'
,
:as
=>
'
mee
t'
get
'mods'
=>
'home#mods'
,
:as
=>
'mods'
root
:to
=>
'home#index'
end
...
...
Milan
@tchncs
mentioned in commit
d06c6f17
·
Dec 26, 2016
mentioned in commit
d06c6f17
mentioned in commit d06c6f17ccb39c9ab598c4212b5091b78f827eba
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment