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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
c3lingo
rescheduled 🗓️
Commits
399c5d08
Commit
399c5d08
authored
3 months ago
by
Teal
Browse files
Options
Downloads
Patches
Plain Diff
style: stats
parent
49797398
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#39585
passed
3 months ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/views/conferences/stats.html.erb
+6
-2
6 additions, 2 deletions
app/views/conferences/stats.html.erb
with
6 additions
and
2 deletions
app/views/conferences/stats.html.erb
+
6
−
2
View file @
399c5d08
...
...
@@ -4,8 +4,12 @@
<div
class=
"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"
>
<div
class=
"bg-lime-50 dark:bg-gray-800/70 p-5 rounded-xl shadow-lg flex flex-col"
>
<div
class=
"mb-3"
>
<h3
class=
"text-sm font-medium text-lime-600 dark:text-lime-400"
>
Stages / with Interpretation
</h3>
<p
class=
"mt-1 text-4xl font-semibold text-lime-800 dark:text-lime-200"
>
<%=
@conference
.
stages
.
count
%>
/
<%=
@relevant_stages
.
count
%>
</p>
<h3
class=
"text-sm font-medium text-lime-600 dark:text-lime-400"
>
Stages
</h3>
<div
class=
"flex items-baseline gap-3 mt-1"
>
<p
class=
"text-4xl font-semibold text-lime-800 dark:text-lime-200"
>
<%=
@relevant_stages
.
count
%>
</p>
<p
class=
"text-2xl font-semibold text-lime-700 dark:text-lime-300"
>
of
<%=
@conference
.
stages
.
count
%>
</p>
</div>
</div>
<%
if
@relevant_stages
.
any?
%>
<%
...
...
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
sign in
to comment