Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
b732c5a2
Commit
b732c5a2
authored
Oct 20, 2014
by
Seth Vargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjustments to support Bootstrap 3
parent
02a32b92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
30 deletions
+27
-30
website/source/layouts/inner.erb
website/source/layouts/inner.erb
+27
-30
No files found.
website/source/layouts/inner.erb
View file @
b732c5a2
<%
wrap_layout
:layout
do
%>
<%
wrap_layout
:layout
do
%>
<div
class=
"docs-wrapper"
>
<div
class=
"docs-wrapper"
>
<div
class=
"sidebar dark-background"
>
<div
class=
"row row-lg-height"
>
<%=
yield_content
:sidebar
%>
<div
class=
"sidebar col-sm-3 col-md-3 col-lg-height col-md-height col-sm-height"
>
<%=
yield_content
:sidebar
%>
</div>
<div
class=
"docs-body col-sm-9 col-md-9 col-lg-height col-md-height col-sm-height"
>
<div
class=
"docs-content"
>
<%=
yield
%>
</div>
<div
class=
"sidebar-background"
></div>
<%
if
current_page
.
data
.
next_url
%>
</div>
<div
class=
"pagination"
>
<a
class=
"previous-section"
href=
"
<%=
current_page
.
data
.
prev_url
%>
"
></a>
<div
class=
"docs-body"
>
<%
if
current_page
.
data
.
next_url
==
""
%>
<div
class=
"docs-content"
>
<h4><span
class=
"text-green uppercase"
>
End
</span></h4>
<%=
yield
%>
<%
else
%>
</div>
<a
class=
"next-section"
href=
"
<%=
current_page
.
data
.
next_url
%>
"
>
<h4>
<%
if
current_page
.
data
.
next_url
%>
<span
class=
"text-green uppercase"
>
next
</span>
<div
class=
"pagination"
>
<%=
current_page
.
data
.
next_title
%>
<a
class=
"previous-section"
href=
"
<%=
current_page
.
data
.
prev_url
%>
"
></a>
</h4>
<%
if
current_page
.
data
.
next_url
==
""
%>
</a>
<h4><span
class=
"text-green uppercase"
>
End
</span></h4>
<%
end
%>
<%
else
%>
</div>
<a
class=
"next-section"
href=
"
<%=
current_page
.
data
.
next_url
%>
"
>
<%
end
%>
<h4>
</div>
<span
class=
"text-green uppercase"
>
next
</span>
</div>
<%=
current_page
.
data
.
next_title
%>
</div>
</h4>
</a>
<%
end
%>
</div>
<%
end
%>
<div
class=
"docs-background"
></div>
</div>
</div>
<%
end
%>
<%
end
%>
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