Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MyMovieLibrary
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
MyMovieLibrary
Commits
609c8f8a
Commit
609c8f8a
authored
11 years ago
by
Brian Wood
Browse files
Options
Downloads
Patches
Plain Diff
Removed add button from loaned library
parent
a0c36221
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
project/templates/library/library.html
+2
-0
2 additions, 0 deletions
project/templates/library/library.html
with
2 additions
and
0 deletions
project/templates/library/library.html
+
2
−
0
View file @
609c8f8a
...
...
@@ -5,7 +5,9 @@
<h3>
{{ library.name ~ ' ' ~ library.unit }} Library
</h3>
</div>
<div
class=
"btn-group pull-right"
>
{% if library.name != "Loaned" %}
<button
type=
"button"
class=
"btn btn-default add-movie"
style=
"margin-top:10px"
data-toggle=
"modal"
data-target=
"#addMovie-form"
>
Add Movie
</button>
{% endif %}
</div>
<div
class=
"full_width"
style=
"margin-top:4em;"
>
<div
class=
"dataTables_wrapper"
role=
"grid"
>
...
...
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
register
or
sign in
to comment