summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-27 21:23:35 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-27 21:23:35 +0300
commita7fab42b9cd34ddd44ff2ab0837691f57428b8e4 (patch)
tree29f27bf6ccdf6edbe71cf190034dac400ebb4e92 /app/views/layouts
parentcb86cf844c4abddba6e5d5e43cebd3297d724897 (diff)
downloadgitlab-ce-a7fab42b9cd34ddd44ff2ab0837691f57428b8e4.tar.gz
Public area: Project#show page prototype
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/public.html.haml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index e330da9bd73..4a06d63fafd 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -10,10 +10,16 @@
.container
%div.app_logo
%span.separator
- = link_to root_path, class: "home" do
+ = link_to public_root_path, class: "home" do
%h1 GITLAB
%span.separator
%h1.project_name Public Projects
+ %ul.nav
+ %li
+ %a
+ %div.hide.turbolink-spinner
+ %i.icon-refresh.icon-spin
+ Loading...
.container.navless-container
.content