Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Resint
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Resint
Merge requests
!16
Resolve "Provide infrastructure for live documents"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Provide infrastructure for live documents"
3-provide-infrastructure-for-live-documents
into
master
Overview
8
Commits
13
Pipelines
7
Changes
1
Merged
Jonathan Weth
requested to merge
3-provide-infrastructure-for-live-documents
into
master
3 years ago
Overview
7
Commits
13
Pipelines
7
Changes
1
Expand
Closes
#3 (closed)
Edited
3 years ago
by
Jonathan Weth
0
0
Merge request reports
Viewing commit
3f43259a
Prev
Next
Show latest version
1 file
+
0
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
3f43259a
Remove button for creating plain live documents
· 3f43259a
Jonathan Weth
authored
3 years ago
aleksis/apps/resint/templates/resint/live_document/list.html
+
0
−
5
Options
@@ -15,11 +15,6 @@
</a>
<ul
id=
"widget-dropdown"
class=
"dropdown-content"
>
<li>
<a
href=
"{% url 'create_live_document' "
resint
"
"
livedocument
"
%}"
>
{% trans "Live document" %}
</a>
</li>
{% for ct, model in widget_types %}
<li>
<a
href=
"{% url 'create_live_document' ct.app_label ct.model %}"
>
Loading