Commit 0a364762 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

twbs3 style for admin, tree, network, commits

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 09c2f8c7
...@@ -30,10 +30,20 @@ fieldset legend { ...@@ -30,10 +30,20 @@ fieldset legend {
padding-left: 17%; padding-left: 17%;
} }
label.control-label { label {
@extend .col-sm-2; &.control-label {
@extend .col-sm-2;
}
&.inline-label {
margin: 0;
}
} }
.inline-input-group { .inline-input-group {
width: 250px; width: 250px;
} }
.input-mx-250 {
max-width: 250px;
}
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
You can manage projects, users and other GitLab data from here. You can manage projects, users and other GitLab data from here.
%hr %hr
.admin_dash.row .admin_dash.row
.col-md-4 .col-sm-4
.light-well .light-well
%h4 Projects %h4 Projects
.data .data
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
%h1= Project.count %h1= Project.count
%hr %hr
= link_to 'New Project', new_project_path, class: "btn btn-new" = link_to 'New Project', new_project_path, class: "btn btn-new"
.col-md-4 .col-sm-4
.light-well .light-well
%h4 Users %h4 Users
.data .data
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
%h1= User.count %h1= User.count
%hr %hr
= link_to 'New User', new_admin_user_path, class: "btn btn-new" = link_to 'New User', new_admin_user_path, class: "btn btn-new"
.col-md-4 .col-sm-4
.light-well .light-well
%h4 Groups %h4 Groups
.data .data
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
= link_to 'New Group', new_admin_group_path, class: "btn btn-new pull-right" = link_to 'New Group', new_admin_group_path, class: "btn btn-new pull-right"
%br %br
= form_tag admin_groups_path, method: :get, class: 'form-inline' do = form_tag admin_groups_path, method: :get, class: 'form-inline' do
= text_field_tag :name, params[:name], class: "span6 input-xpadding" .form-group
= text_field_tag :name, params[:name], class: "form-control input-xpadding"
= submit_tag "Search", class: "btn submit btn-primary" = submit_tag "Search", class: "btn submit btn-primary"
%hr %hr
......
...@@ -2,9 +2,11 @@ ...@@ -2,9 +2,11 @@
.col-md-3 .col-md-3
.admin-filter .admin-filter
= form_tag admin_users_path, method: :get, class: 'form-inline' do = form_tag admin_users_path, method: :get, class: 'form-inline' do
= search_field_tag :name, params[:name], placeholder: 'Name, email or username', class: 'input-xpadding span2' .append-bottom-10
= button_tag type: 'submit', class: 'btn btn-primary' do .form-group
%i.icon-search = search_field_tag :name, params[:name], placeholder: 'Name, email or username', class: 'form-control'
= button_tag type: 'submit', class: 'btn btn-primary' do
%i.icon-search
%ul.nav.nav-pills.nav-stacked %ul.nav.nav-pills.nav-stacked
%li{class: "#{'active' unless params[:filter]}"} %li{class: "#{'active' unless params[:filter]}"}
= link_to admin_users_path do = link_to admin_users_path do
......
...@@ -22,6 +22,6 @@ ...@@ -22,6 +22,6 @@
- if current_user && current_controller?(:commits) && current_user.private_token - if current_user && current_controller?(:commits) && current_user.private_token
%li.pull-right %li.pull-right.hidden-sm
= link_to project_commits_path(@project, @ref, {format: :atom, private_token: current_user.private_token}), title: "Feed" do = link_to project_commits_path(@project, @ref, {format: :atom, private_token: current_user.private_token}), title: "Feed" do
%i.icon-rss %i.icon-rss
.clearfix .row.append-bottom-20
.pull-left .col-sm-2
= render partial: 'shared/ref_switcher', locals: {destination: 'graph'} = render partial: 'shared/ref_switcher', locals: {destination: 'graph'}
.pull-left .col-sm-10
= form_tag project_network_path(@project, @id), method: :get do |f| = form_tag project_network_path(@project, @id), method: :get, class: 'form-inline' do |f|
.form-group = label_tag :search , "Looking for", class: 'light inline-label'
= label_tag :filter_ref, "Begin with the selected commit", class: 'control-label light' = text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Input an extended SHA1 syntax", class: "search-input form-control input-mx-250"
.col-sm-10 = button_tag type: 'submit', class: 'btn btn-success' do
= check_box_tag :filter_ref, 1, @options[:filter_ref] %i.icon-search
- @options.each do |key, value|
= hidden_field_tag(key, value, id: nil) unless key == "filter_ref"
.search.pull-right
= form_tag project_network_path(@project, @id), method: :get do |f|
.form-group
= label_tag :search , "Looking for commit:", class: 'control-label light'
.col-sm-10
= text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Input an extended SHA1 syntax", class: "search-input form-control"
= button_tag type: 'submit', class: 'btn vtop' do
%i.icon-search
- @options.each do |key, value|
= hidden_field_tag(key, value, id: nil) unless key == "extended_sha1"
.inline.prepend-left-20
.checkbox.light
= label_tag :filter_ref do
= check_box_tag :filter_ref, 1, @options[:filter_ref]
%span Begin with the selected commit
= render "home_panel" = render "home_panel"
.row .row
.col-md-9 .col-md-9.hidden-sm
= render "events/event_last_push", event: @last_push = render "events/event_last_push", event: @last_push
= render 'shared/event_filter' = render 'shared/event_filter'
.content_list .content_list
......
...@@ -21,15 +21,16 @@ ...@@ -21,15 +21,16 @@
%tr %tr
%th Name %th Name
%th Last Update %th Last Update
%th %th.hidden-sm
Last Commit Last Commit
&nbsp; %span.last-commit
%i.icon-angle-right &nbsp;
&nbsp; %i.icon-angle-right
%small.light &nbsp;
= link_to @commit.short_id, project_commit_path(@project, @commit) %small.light
&ndash; = link_to @commit.short_id, project_commit_path(@project, @commit)
= truncate(@commit.title, length: 50) &ndash;
= truncate(@commit.title, length: 50)
%th= link_to "history", project_commits_path(@project, @id), class: "pull-right" %th= link_to "history", project_commits_path(@project, @id), class: "pull-right"
- if @path.present? - if @path.present?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment