Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dtu-enote-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
enote
dtu-enote-website
Commits
61a3c571
Commit
61a3c571
authored
Jul 12, 2019
by
iaibrys
Browse files
Options
Downloads
Patches
Plain Diff
Fix issue with edit button in admin page not working.
parent
345ce23d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/grids/page_grid.rb
+2
-2
2 additions, 2 deletions
app/grids/page_grid.rb
with
2 additions
and
2 deletions
app/grids/page_grid.rb
+
2
−
2
View file @
61a3c571
...
@@ -39,13 +39,13 @@ class PageGrid
...
@@ -39,13 +39,13 @@ class PageGrid
from
#{
model
.
edit_info
[
:locked_time
].
to_s
(
:quiz
)
}
"
from
#{
model
.
edit_info
[
:locked_time
].
to_s
(
:quiz
)
}
"
x
=
%{<button class="btn btn-primary"
x
=
%{<button class="btn btn-primary"
id="revoke-lock"
#{
'disabled'
if
readonly
}
id="revoke-lock"
#{
'disabled'
if
readonly
}
onclick='return PageIndex.stop_editing_page(event, "
#{
model
.
pretty_name
}
");'>
onclick='return PageIndex.stop_editing_page(event, "
#{
model
.
pretty_name
}
"
, "
#{
model
.
course_id
}
"
);'>
#{
revoke_button_text
}
#{
revoke_button_text
}
</button> }
</button> }
end
end
(
x
+
%{<button class="btn btn-primary edit-enotes-button"
(
x
+
%{<button class="btn btn-primary edit-enotes-button"
#{
'disabled'
if
readonly
}
#{
'disabled'
if
readonly
}
onclick='return PageIndex.edit_page(event, "
#{
model
.
pretty_name
}
");'> Edit </button>}
onclick='return PageIndex.edit_page(event, "
#{
model
.
pretty_name
}
"
, "
#{
model
.
course_id
}
"
);'> Edit </button>}
).
html_safe
).
html_safe
end
end
end
end
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