Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
le5
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Linux Educacional 5
le5
Commits
1bb486f9
Commit
1bb486f9
authored
Dec 03, 2013
by
João Furtado Resende
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
le-server: Fix call to inexistent function
Signed-off-by:
João Furtado Resende
<
jfr12@c3sl.ufpr.br
>
parent
a38ae776
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dompub.html.erb
.../package/var/www/educ/app/views/conteudos/dompub.html.erb
+1
-1
No files found.
le-server/package/var/www/educ/app/views/conteudos/dompub.html.erb
View file @
1bb486f9
...
...
@@ -25,7 +25,7 @@
<%
@conteudos
.
each
do
|
contedu
|
%>
<%
if
File
.
exist?
(
contedu
.
href
)
-%>
<tr>
<td><a
href=
"
<%=
path_to_file
(
contedu
.
href
)
%>
"
>
<%=
contedu
.
title
%>
</a></td>
<td><a
href=
"
<%=
contedu
.
href
%>
"
>
<%=
contedu
.
title
%>
</a></td>
<td>
<%=
contedu
.
author
%>
</td>
<td>
<%=
contedu
.
sub_category
%>
</td>
<td>
<%=
contedu
.
media
%>
</td>
...
...
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