Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Illuna-Minecraft
illuna-minecraft.tk
Commits
73d45b89
Commit
73d45b89
authored
Aug 31, 2016
by
Milan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename mapshots to map and map to map-fullscreen
parent
297fca7c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/home/map.html.erb
app/views/home/map.html.erb
+1
-1
app/views/layouts/application.html.erb
app/views/layouts/application.html.erb
+1
-1
config/routes.rb
config/routes.rb
+1
-1
public/map-fullscreen.html
public/map-fullscreen.html
+0
-0
No files found.
app/views/home/map
shots
.html.erb
→
app/views/home/map.html.erb
View file @
73d45b89
...
...
@@ -7,7 +7,7 @@
<div
style=
"padding-top:10px;"
></div>
<div
class=
"btn-group btn-group-justified"
role=
"group"
aria-label=
"..."
>
<div
class=
"btn-group"
role=
"group"
>
<a
class=
"btn btn-primary"
href=
"//illuna-minetest.tk/map"
target=
"_blank"
>
<a
class=
"btn btn-primary"
href=
"//illuna-minetest.tk/map
-fullscreen
"
target=
"_blank"
>
<i
class=
"glyphicon glyphicon-fullscreen"
></i>
<%=
t
(
'home.mapshots.new_tab'
)
%>
</a>
</div>
<div
class=
"btn-group"
role=
"group"
>
...
...
app/views/layouts/application.html.erb
View file @
73d45b89
...
...
@@ -40,7 +40,7 @@
<li><a
id=
"nohover"
><b>
·
</b></a></li>
<li
class=
"
<%=
is_active
(
'faq'
)
%>
"
>
<%=
link_to
"FAQ"
,
"/faq"
%>
</li>
<li><a
id=
"nohover"
><b>
·
</b></a></li>
<li
class=
"
<%=
is_active
(
'map
shots
'
)
%>
"
>
<%=
link_to
"Map
shots
"
,
"/map
shots
"
%>
</li>
<li
class=
"
<%=
is_active
(
'map'
)
%>
"
>
<%=
link_to
"Map"
,
"/map"
%>
</li>
<li><a
id=
"nohover"
><b>
·
</b></a></li>
<li
class=
"
<%=
is_active
(
'stats'
)
%>
"
>
<%=
link_to
t
(
'nav.stats'
),
"/stats"
%>
</li>
<li><a
id=
"nohover"
><b>
·
</b></a></li>
...
...
config/routes.rb
View file @
73d45b89
...
...
@@ -6,7 +6,7 @@ controller :home do
get
'home'
=>
'home#index'
,
:as
=>
'home'
get
'rules'
=>
'home#rules'
,
:as
=>
'rules'
get
'faq'
=>
'home#faq'
,
:as
=>
'faq'
get
'map
shots
'
=>
'home#map
shots
'
,
:as
=>
'map
shots
'
get
'map'
=>
'home#map'
,
:as
=>
'map'
get
'stats'
=>
'home#stats'
,
:as
=>
'stats'
get
'donate'
=>
'home#donate'
,
:as
=>
'donate'
get
'contact'
=>
'home#contact'
,
:as
=>
'contact'
...
...
public/map.html
→
public/map
-fullscreen
.html
View file @
73d45b89
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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