Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vellum
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
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Paweł J. Wal
vellum
Merge requests
!38
feat
#8
: rss feeds
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat
#8
: rss feeds
8-add-rss-feeds-for-a-page-children
into
v0.3.0
Overview
0
Commits
1
Pipelines
1
Changes
13
Merged
Paweł J. Wal
requested to merge
8-add-rss-feeds-for-a-page-children
into
v0.3.0
1 month ago
Overview
0
Commits
1
Pipelines
1
Changes
13
Expand
Closes
#8 (closed)
0
0
Merge request reports
Compare
v0.3.0
v0.3.0 (base)
and
latest version
latest version
0f725572
1 commit,
1 month ago
13 files
+
111
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
back_office/documents_view.go
+
6
−
0
Options
@@ -146,6 +146,12 @@ func (v *DocumentsView) form(p DocumentsViewFormParams) g.Node {
h
.
Value
(
p
.
Tags
),
),
cc
.
Err
(
p
.
TagsError
),
h
.
Span
(
h
.
Class
(
"text-sm text-gray-500 block w-full"
),
g
.
Text
(
"All public documents with the "
),
h
.
Code
(
g
.
Text
(
"feed"
)),
g
.
Text
(
" tag will be included in the RSS/Atom/JSON feeds."
),
),
),
h
.
Details
(
h
.
Class
(
"my-2"
),
Loading