Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-18 02:04:27 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-18 02:04:27 +0400
commit809413d9e758547241530001efa35dececfcf787 (patch)
treedef9dcc1010b7def4d93d5432a8f74269d08808a /app/views/projects/_side_panel.html.haml
parentffc6ab41e0c5e9fa5f2d0ec6962315dfe5676e5d (diff)
minimalistic UI: issues index, css refactoring
Diffstat (limited to 'app/views/projects/_side_panel.html.haml')
-rw-r--r--app/views/projects/_side_panel.html.haml14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/views/projects/_side_panel.html.haml b/app/views/projects/_side_panel.html.haml
deleted file mode 100644
index 2f786b4d242..00000000000
--- a/app/views/projects/_side_panel.html.haml
+++ /dev/null
@@ -1,14 +0,0 @@
-%h3.notice{:style => "width:235px;"}
- = @project.name
-%p
- %b Path:
- = @project.path
-%p
- %b Description:
- = truncate @project.description
-.left.append-bottom
- = link_to "Tree", tree_project_path(@project), :class => "button"
- = link_to "Commits", project_commits_path(@project), :class => "button"
- = link_to 'Team', team_project_path(@project), :class => "button"
- - if can? current_user, :admin_project, @project
- = link_to 'Edit', edit_project_path(@project), :class => "button positive"