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
5c8042c7
Commit
5c8042c7
authored
Aug 31, 2016
by
Milan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
map: fix url in iframe
parent
404dda9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/home/map.html.erb
app/views/home/map.html.erb
+2
-2
No files found.
app/views/home/map.html.erb
View file @
5c8042c7
...
...
@@ -2,12 +2,12 @@
<div
style=
"text-align:center;"
>
<h2>
<%=
t
(
'home.mapshots.headline'
)
%>
</h2>
<div
style=
"max-width:720;"
class=
"embed-responsive embed-responsive-4by3"
>
<iframe
class=
"embed-responsive-item"
src=
"
//illuna-minetest.tk/map
"
frameborder=
"0"
></iframe>
<iframe
class=
"embed-responsive-item"
src=
"
map-fullscreen
"
frameborder=
"0"
></iframe>
</div>
<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-fullscreen"
target=
"_blank"
>
<a
class=
"btn btn-primary"
href=
"map-fullscreen"
target=
"_blank"
>
<i
class=
"glyphicon glyphicon-fullscreen"
></i>
<%=
t
(
'home.mapshots.new_tab'
)
%>
</a>
</div>
<div
class=
"btn-group"
role=
"group"
>
...
...
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