Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qpixel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Automate
Agent sessions
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Answers
Qpixel
Commits
ee955011
Unverified
Commit
ee955011
authored
Aug 2, 2023
by
Monica Cellio
Committed by
GitHub
Aug 2, 2023
Browse files
Options
Downloads
Plain Diff
Merge pull request #1122 from codidact/cellio/dashboard-heading
removed redundant 'posts' heading from dashboard sections
parents
3ebfa8a5
778b3283
Loading
Loading
2 merge requests
!51
Upgrade to latest qpixel
,
!50
Update to latest codidact changes
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/views/application/dashboard.html.erb
+0
-1
0 additions, 1 deletion
app/views/application/dashboard.html.erb
with
0 additions
and
1 deletion
app/views/application/dashboard.html.erb
+
0
−
1
View file @
ee955011
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
<%
end
%>
<%
end
%>
</div>
</div>
</div>
</div>
<div
class=
"widget--body h-fw-bold h-bg-tertiary-050"
><i
class=
"fa fa-file-alt"
></i>
Posts
</div>
<%
categories
.
each
do
|
cat
|
%>
<%
categories
.
each
do
|
cat
|
%>
<%
next
if
(
cat
.
min_view_trust_level
||
-
1
)
>
(
current_user
&
.
trust_level
||
0
)
%>
<%
next
if
(
cat
.
min_view_trust_level
||
-
1
)
>
(
current_user
&
.
trust_level
||
0
)
%>
<div
class=
"widget--body"
>
<div
class=
"widget--body"
>
...
...
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