Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
f84f11f8
authored
Aug 01, 2014
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: improve operation confirm dialog
parent
4a0c749b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
circle/dashboard/templates/dashboard/operate.html
+3
-3
No files found.
circle/dashboard/templates/dashboard/operate.html
View file @
f84f11f8
...
...
@@ -4,11 +4,11 @@
{% block question %}
<p>
{% blocktrans with obj=object url=object.get_absolute_url op=op.name %}
Do you want to
do the following operation on
<a
href=
"{{url}}"
>
{{obj}}
</a>
:
<strong>
{{op}}
</strong>
?
Do you want to
perform the following operation on
<
a
data-dismiss=
"modal"
href=
"{{url}}"
>
{{obj}}
</a>
:
<
strong>
{{op}}
</strong>
?
{% endblocktrans %}
</p>
<p
class=
"text-info"
>
{{op.
name}}: {{op.
description}}
</p>
<p
class=
"text-info"
>
{{op.description}}
</p>
{% endblock %}
<form
method=
"POST"
action=
"{{url}}"
>
{% csrf_token %}
{% block formfields %}
...
...
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