Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
5cb3024e
Commit
5cb3024e
authored
Apr 04, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'improve-new-project-wait-message' of /home/git/repositories/gitlab/gitlabhq
parents
a02678cb
af5ef203
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/projects/edit.html.haml
app/views/projects/edit.html.haml
+1
-1
app/views/projects/new.html.haml
app/views/projects/new.html.haml
+1
-1
No files found.
app/views/projects/edit.html.haml
View file @
5cb3024e
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
%div
.save-project-loader.hide
%div
.save-project-loader.hide
%center
%center
=
image_tag
"ajax_loader.gif"
=
image_tag
"ajax_loader.gif"
%h3
Saving project. Please wait a
few minutes
%h3
Saving project. Please wait a
moment, this page will automatically refresh when ready.
:javascript
:javascript
$
(
function
(){
new
Projects
();
});
$
(
function
(){
new
Projects
();
});
app/views/projects/new.html.haml
View file @
5cb3024e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
%div
.save-project-loader.hide
%div
.save-project-loader.hide
%center
%center
=
image_tag
"ajax_loader.gif"
=
image_tag
"ajax_loader.gif"
%h3
Creating project
&
repository. Please wait a
few minutes
%h3
Creating project
&
repository. Please wait a
moment, this page will automatically refresh when ready.
:javascript
:javascript
$
(
function
(){
new
Projects
();
});
$
(
function
(){
new
Projects
();
});
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