Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
772be3b8
Commit
772be3b8
authored
May 09, 2013
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the system feedback template more generic
Not that it really matters, since the changes are invisible :)
parent
cd2f67af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cms/templates/base.html
+2
-2
No files found.
cms/templates/base.html
View file @
772be3b8
...
...
@@ -79,7 +79,7 @@
<%
if
(
obj
.
actions
)
{
%>
<
nav
class
=
"nav-actions"
>
<
h3
class
=
"sr"
>
Alert
Actions
<
/h3
>
<
h3
class
=
"sr"
>
<%=
viewType
%>
Actions
<
/h3
>
<
ul
>
<%
if
(
actions
.
primary
)
{
%>
<
li
class
=
"nav-item"
>
...
...
@@ -100,7 +100,7 @@
<%
if
(
obj
.
close
)
{
%>
<
a
href
=
"#"
rel
=
"view"
class
=
"action action-close action-<%= viewType %>-close"
>
<
i
class
=
"ss-icon ss-symbolicons-block icon icon-close"
>&
#
x2421
;
<
/i
>
<
span
class
=
"label"
>
close
alert
<
/span
>
<
span
class
=
"label"
>
close
<%=
viewType
%>
<
/span
>
<
/a
>
<%
}
%>
<
/div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment