Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
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
04f2a86a
authored
Jul 10, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: update store help texts
parent
482c59f5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
circle/dashboard/templates/dashboard/store/_list-box.html
+1
-1
circle/dashboard/templates/dashboard/store/index-files.html
+1
-1
circle/dashboard/views.py
+1
-0
No files found.
circle/dashboard/templates/dashboard/store/_list-box.html
View file @
04f2a86a
...
...
@@ -95,7 +95,7 @@
<div
class=
"list-group-item"
>
<a
href=
"{% url "
dashboard
.
views
.
store-remove
"
%}?
path=
{{
current
}}"
class=
"btn btn-danger btn-xs pull-right"
>
<i
class=
"icon-remove"
></i>
{% trans "Remove" %}
<i
class=
"icon-remove"
></i>
{% trans "Remove
directory
" %}
</a>
<form
method=
"POST"
action=
"{% url "
dashboard
.
views
.
store-new-directory
"
%}"
>
{% csrf_token %}
...
...
circle/dashboard/templates/dashboard/store/index-files.html
View file @
04f2a86a
...
...
@@ -3,7 +3,7 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<span
class=
"btn btn-default btn-xs infobtn pull-right"
title=
"
itten van valami
"
>
title=
"
A list of your most recent files!
"
>
<i
class=
"icon-info-sign"
></i>
</span>
<h3
class=
"no-margin"
><i
class=
"icon-briefcase"
></i>
Files
...
...
circle/dashboard/views.py
View file @
04f2a86a
...
...
@@ -3175,6 +3175,7 @@ def store_new_directory(request):
return
redirect
(
"
%
s?directory=
%
s"
%
(
reverse
(
"dashboard.views.store-list"
),
path
))
@require_POST
@login_required
def
store_refresh_toplist
(
request
):
...
...
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