cleaning UI
This commit is contained in:
parent
87f07f68bb
commit
8cc25ef94e
6 changed files with 35 additions and 18 deletions
|
@ -7,7 +7,7 @@
|
|||
- @projects.each do |project|
|
||||
%li
|
||||
%a{:href => project_path(project)}
|
||||
%span.arrow →
|
||||
-#%span.arrow →
|
||||
%span.project-name= project.name
|
||||
%span.time
|
||||
%strong Last activity:
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
= link_to "Repository", project_repository_path(@project), :class => repository_tab_class
|
||||
= link_to "Tree", tree_project_ref_path(@project, @project.root_ref), :class => tree_tab_class
|
||||
= link_to "Commits", project_commits_path(@project), :class => current_page?(:controller => "commits", :action => "index", :project_id => @project) ? "current" : nil
|
||||
= link_to "Commits", project_commits_path(@project), :class => (controller.controller_name == "commits") ? "current" : nil
|
||||
= link_to "Network", graph_project_path(@project), :class => current_page?(:controller => "projects", :action => "graph", :id => @project) ? "current" : nil
|
||||
= link_to project_issues_filter_path(@project), :class => (controller.controller_name == "issues") ? "current" : nil do
|
||||
Issues
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%table.round-borders#team-table
|
||||
%table.no-borders#team-table
|
||||
%thead
|
||||
%th Name
|
||||
%th Project
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
= render :partial => "refs/tree_file", :locals => { :name => tree.name, :content => tree.data, :file => tree }
|
||||
- else
|
||||
- contents = tree.contents
|
||||
%table#tree-slider.round-borders
|
||||
%table#tree-slider.no-borders
|
||||
%thead
|
||||
%th Name
|
||||
%th Last Update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue