Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
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
Commit
af5cedff
authored
Jul 08, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: smaller upload
parent
18e49588
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
circle/dashboard/templates/dashboard/store/list.html
+4
-4
No files found.
circle/dashboard/templates/dashboard/store/list.html
View file @
af5cedff
...
...
@@ -53,7 +53,7 @@
{% trans "This folder is empty." %}
</a>
{% endfor %}
<div
class=
"list-group-item"
style=
"height: 50px;"
>
<div
class=
"list-group-item"
>
Upload file to this folder
<form
action=
""
data-action=
"{% url "
dashboard
.
views
.
store-upload
"
%}"
method=
"POST"
enctype=
"multipart/form-data"
class=
"pull-right"
...
...
@@ -62,14 +62,14 @@
<input
type=
"hidden"
name=
"current_dir"
value=
"{{ current }}"
/>
<div
class=
"input-group"
style=
"max-width: 400px;"
>
<span
class=
"input-group-btn"
id=
"store-upload-browse"
>
<span
class=
"btn btn-primary btn-
sm
"
>
<span
class=
"btn btn-primary btn-
xs
"
>
{% trans "Browse..." %}
</span>
</span>
<input
type=
"text"
class=
"
input-sm form-control
"
<input
type=
"text"
class=
"
form-control input-tags
"
id=
"store-upload-filename"
/>
<span
class=
"input-group-btn"
>
<input
type=
"submit"
class=
"btn btn-primary btn-
sm
"
<input
type=
"submit"
class=
"btn btn-primary btn-
xs
"
value=
"{% trans "
Upload
"
%}"
/>
</span>
</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