Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rescheduled 🗓️
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
c3lingo
rescheduled 🗓️
Commits
74aadbb6
Unverified
Commit
74aadbb6
authored
3 months ago
by
Felix Eckhofer
Browse files
Options
Downloads
Patches
Plain Diff
Fix links in assignments view
parent
dedae986
No related branches found
Branches containing commit
Tags
5.4.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/controllers/sessions_controller.rb
+1
-1
1 addition, 1 deletion
app/controllers/sessions_controller.rb
app/views/assignments/by_user.html.erb
+1
-1
1 addition, 1 deletion
app/views/assignments/by_user.html.erb
with
2 additions
and
2 deletions
app/controllers/sessions_controller.rb
+
1
−
1
View file @
74aadbb6
...
...
@@ -18,7 +18,7 @@ class SessionsController < ApplicationController
end
def
show
@conference
=
Conference
.
find_by
(
slug:
params
[
:slug
])
@conference
=
Conference
.
find_by
(
slug:
params
[
:
conference_
slug
])
@session
=
Session
.
includes
(
:stage
).
find_by
(
conference:
@conference
,
ref_id:
params
[
:ref_id
])
@users
=
User
.
all
end
...
...
This diff is collapsed.
Click to expand it.
app/views/assignments/by_user.html.erb
+
1
−
1
View file @
74aadbb6
...
...
@@ -13,7 +13,7 @@
<%
assignments_on_date
.
each
do
|
assignment
|
%>
<li
class=
"
<%=
assignment
.
session
.
starts_at
<
now
?
"past"
:
"future"
%>
"
>
<span
class=
"tabular-nums"
>
<%=
assignment
.
session
.
starts_at
.
strftime
(
'%H:%M'
)
%>
–
<%=
assignment
.
session
.
ends_at
.
strftime
(
'%H:%M'
)
%>
</span>
:
<%=
link_to
assignment
.
session
.
title
,
assignment
.
session
%>
@
<%=
assignment
.
session
.
stage
.
name
%>
<%=
link_to
assignment
.
session
.
title
,
conference_session_path
(
assignment
.
session
.
conference
,
assignment
.
session
)
%>
@
<%=
assignment
.
session
.
stage
.
name
%>
<small>
<%
assignment
.
session
.
assignments
.
map
(
&
:user
).
each
do
|
other_user
|
%>
<%=
render
partial:
'application/user_avatar'
,
locals:
{
user:
other_user
}
%>
<%
end
%>
</small>
...
...
This diff is collapsed.
Click to expand it.
Felix Eckhofer
@tribut
mentioned in commit
e890c810
·
3 months ago
mentioned in commit
e890c810
mentioned in commit e890c810ebe367bdcaeec944e7b82caf553c160b
Toggle commit list
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