diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-12 17:21:57 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-12 17:21:57 +0300 |
commit | e2f946fddb7caf9757b33ba3dc7de8634f4ee825 (patch) | |
tree | 31a18dfc6750488e957e63a49fed00735defd555 /app/views/projects/edit.html.haml | |
parent | 7984d3ca00edf45fed8bad6ed921060244970977 (diff) | |
download | gitlab-ce-e2f946fddb7caf9757b33ba3dc7de8634f4ee825.tar.gz |
Minor UI improvements
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r-- | app/views/projects/edit.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml index 11df63d5ac7..2045941efd4 100644 --- a/app/views/projects/edit.html.haml +++ b/app/views/projects/edit.html.haml @@ -154,4 +154,5 @@ .save-project-loader.hide %center = image_tag "ajax_loader.gif" - %h3 Saving project. Please wait a moment, this page will automatically refresh when ready. + %h3 Saving project. + %p Please wait a moment, this page will automatically refresh when ready. |