Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
amendments
Commits
d39e1f14
Commit
d39e1f14
authored
Mar 31, 2013
by
Michael Witrant
Browse files
Revert "slice amendments"
This reverts commit
53823284
.
parent
53823284
Changes
1
Hide whitespace changes
Inline
Side-by-side
template.erb
View file @
d39e1f14
<%
amendments
.
each_slice
(
10
)
do
|
slice
|
-%>
=== Amendments
<%=
slice
.
first
.
num
%>
-
<%=
slice
.
last
.
num
%>
===
<%
slice
.
each
do
|
amendment
|
-%>
==== Amendments
<%=
amendment
.
num
%>
====
<%
amendments
.
each
do
|
amendment
|
-%>
=== Amendment
<%=
amendment
.
num
%>
===
{| border="1" style="border-spacing:0;" cellpadding="3" width="100%"
|-
! colspan="2" style="background-color: lightgrey;" |
...
...
@@ -21,4 +19,3 @@ Comments:
|}
<%
end
-%>
<%
end
-%>
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