Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cleaning-portalmec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Richard Fernando Heise Ferreira
cleaning-portalmec
Commits
43625f46
Commit
43625f46
authored
9 years ago
by
Marcela Ribeiro de Oliveira
Browse files
Options
Downloads
Patches
Plain Diff
Page the user can follow a collection
parent
150787f7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/views/welcome/follow_collection.html.erb
+58
-11
58 additions, 11 deletions
app/views/welcome/follow_collection.html.erb
with
58 additions
and
11 deletions
app/views/welcome/follow_collection.html.erb
+
58
−
11
View file @
43625f46
<!--P
ágina que o usuário pode seguir uma coleção
-->
<!--P
age the user can follow a collection
-->
<nav
class=
"navigation navbar-default "
><br/>
<div
class=
"container-fluid"
>
<div
class=
"navbar-right"
>
<%=
link_to
'http://www.fnde.gov.br/'
do
%>
<%=
image_tag
'icons/collection-download.png'
,
style:
'width: auto; height: 40px; margin-right: 20px;'
%>
<span
style=
"margin-right: 30px;"
><button
class=
"but but-shadow but-rc"
>
Seguir Coleção
</button></span>
<%
end
%>
</div>
<div
class=
"navbar-header"
>
<div
class=
"container-fluid"
>
<div
class=
"navbar-right"
>
<%=
link_to
'http://www.fnde.gov.br/'
do
%>
<%=
image_tag
'icons/collection-download.png'
,
style:
'width: auto; height: 40px; margin-right: 20px;'
%>
<span
style=
"margin-right: 30px;"
><button
class=
"but but-shadow but-rc"
>
Seguir Coleção
</button></span>
<%
end
%>
</div>
<div
class=
"navbar-header"
>
<%=
image_tag
image_path
(
"icons/collection.png"
),
class:
"logo-image"
,
size:
"90x66"
%>
<ul
class=
"nav navbar-nav navbar-right"
><h1>
<b>
Coleção 1
</b></h1>
<br/>
<%=
image_tag
image_path
(
"user-anon.png"
),
class:
"logo-image"
,
size:
"30x30"
%>
por Usuário
</ul>
<!--ul class="nav navbar-nav navbar-right">200 itens</ul-->
<%=
image_tag
image_path
(
"user-anon.png"
),
class:
"logo-image"
,
size:
"30x30"
%>
por Usuário
<%=
image_tag
image_path
(
"icons/square.png"
),
class:
"logo-image"
,
size:
"20x20"
%>
200 itens
</ul>
</div>
</div>
</nav>
<div
class=
"row mainpage-subjects"
>
<br/>
<div
class=
"col-md-4"
>
<div
class=
"thumb"
>
<input
type=
"checkbox"
class=
"chk "
checked=
"checked"
name=
""
value=
"0"
/>
<%=
image_tag
image_path
(
'learning-object-preview.png'
),
class:
"logo"
%>
Obj1
</div><br/>
<div
class=
"thumb"
>
<input
type=
"checkbox"
class=
"chk "
checked=
"checked"
name=
""
value=
"0"
/>
<%=
image_tag
image_path
(
'learning-object-preview.png'
),
class:
"logo"
%>
Obj4
</div><br/>
<div
class=
"thumb"
>
<input
type=
"checkbox"
class=
"chk "
checked=
"checked"
name=
""
value=
"0"
/>
<%=
image_tag
image_path
(
'learning-object-preview.png'
),
class:
"logo"
%>
Obj7
</div>
</div>
<div
class=
"col-md-4"
>
<div
class=
"thumb"
>
<input
type=
"checkbox"
class=
"chk "
checked=
"checked"
name=
""
value=
"0"
/>
<%=
image_tag
image_path
(
'learning-object-preview.png'
),
class:
"logo"
%>
Obj2
</div><br/>
<div
class=
"thumb"
>
<input
type=
"checkbox"
class=
"chk "
checked=
"checked"
name=
""
value=
"0"
/>
<%=
image_tag
image_path
(
'learning-object-preview.png'
),
class:
"logo"
%>
Obj5
</div><br/>
<div
class=
"thumb"
>
<input
type=
"checkbox"
class=
"chk "
checked=
"checked"
name=
""
value=
"0"
/>
<%=
image_tag
image_path
(
'learning-object-preview.png'
),
class:
"logo"
%>
Obj8
</div>
</div>
<div
class=
"col-md-4"
>
<div
class=
"thumb"
>
<input
type=
"checkbox"
class=
"chk "
checked=
"checked"
name=
""
value=
"0"
/>
<%=
image_tag
image_path
(
'learning-object-preview.png'
),
class:
"logo"
%>
Obj3
</div><br/>
<div
class=
"thumb"
>
<input
type=
"checkbox"
class=
"chk "
checked=
"checked"
name=
""
value=
"0"
/>
<%=
image_tag
image_path
(
'learning-object-preview.png'
),
class:
"logo"
%>
Obj6
</div><br/>
<div
class=
"thumb"
>
<input
type=
"checkbox"
class=
"chk "
checked=
"checked"
name=
""
value=
"0"
/>
<%=
image_tag
image_path
(
'learning-object-preview.png'
),
class:
"logo"
%>
Obj9
</div>
</div>
</div>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment