OSDN Git Service

Bootstrap: btn replacing
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Fri, 27 Jan 2012 07:19:55 +0000 (09:19 +0200)
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Fri, 27 Jan 2012 07:19:55 +0000 (09:19 +0200)
16 files changed:
app/views/admin/projects/_form.html.haml
app/views/admin/projects/index.html.haml
app/views/admin/projects/show.html.haml
app/views/admin/team_members/_form.html.haml
app/views/admin/team_members/index.html.haml
app/views/admin/users/_form.html.haml
app/views/admin/users/index.html.haml
app/views/admin/users/show.html.haml
app/views/deploy_keys/_form.html.haml
app/views/issues/_form.html.haml
app/views/merge_requests/_head.html.haml
app/views/merge_requests/index.html.haml
app/views/notes/_form.html.haml
app/views/profile/design.html.haml
app/views/profile/password.html.haml
app/views/projects/_form.html.haml

index ea42ed2..d75f210 100644 (file)
@@ -31,7 +31,7 @@
   .clear
   %br
   .actions
-    = f.submit 'Save', :class => "grey-button"
+    = f.submit 'Save', :class => "btn"
 
 :javascript
   $(function(){
index f57b98d..576dbf0 100644 (file)
@@ -19,4 +19,4 @@
       %td= link_to 'Destroy', [:admin, project], :confirm => 'Are you sure?', :method => :delete
 
 = paginate @admin_projects
-= link_to 'New Project', new_admin_project_path, :class => "grey-button"
+= link_to 'New Project', new_admin_project_path, :class => "btn"
index cc83add..3e589a0 100644 (file)
@@ -31,7 +31,7 @@
       = @admin_project.description
   %tr
     %td{:colspan => 2}
-      = link_to 'Edit', edit_admin_project_path(@admin_project), :class => "grey-button"
+      = link_to 'Edit', edit_admin_project_path(@admin_project), :class => "btn"
 
 
 .span-14
@@ -53,7 +53,7 @@
 
       %tr
         %td{ :colspan => 3 }
-          = submit_tag 'Add', :class => "positive-button"
+          = submit_tag 'Add', :class => "btn primary"
 
   %table.round-borders
     %thead
index f8e7f10..e6dd6a4 100644 (file)
@@ -27,7 +27,7 @@
     = f.select :repo_access, options_for_select(Repository.access_options, @admin_team_member.repo_access), {}, :class => "repo-access-select"
   %br
   .actions
-    = f.submit 'Save', :class => "grey-button"
+    = f.submit 'Save', :class => "btn"
 
 :css
   form select { 
index 8033e69..8426c86 100644 (file)
@@ -25,4 +25,4 @@
 %br
 
 = paginate @admin_team_members
-= link_to 'New Team Member', new_admin_team_member_path, :class => "grey-button"
+= link_to 'New Team Member', new_admin_team_member_path, :class => "btn"
index e695332..156696c 100644 (file)
@@ -46,4 +46,4 @@
     .clear
     %br
     .actions
-      = f.submit 'Save', :class => "grey-button"
+      = f.submit 'Save', :class => "btn"
index db58a6b..b562a83 100644 (file)
@@ -18,4 +18,4 @@
 
 = paginate @admin_users
 %br
-= link_to 'New User', new_admin_user_path, :class => "grey-button"
+= link_to 'New User', new_admin_user_path, :class => "btn"
index da8f437..755ee35 100644 (file)
@@ -41,7 +41,7 @@
         = @admin_user.twitter
   %tr
     %td{:colspan => 2}
-      = link_to 'Edit', edit_admin_user_path(@admin_user), :class => "grey-button"
+      = link_to 'Edit', edit_admin_user_path(@admin_user), :class => "btn"
 
 .span-14
   %h2 Projects
@@ -66,4 +66,4 @@
         %td= link_to 'Edit', edit_admin_team_member_path(tm)
         %td= link_to 'Cancel', admin_team_member_path(tm), :confirm => 'Are you sure?', :method => :delete
 
-  = link_to 'Add To Another Project', new_admin_team_member_path(:team_member => {:user_id => @admin_user.id}), :class => "grey-button"
+  = link_to 'Add To Another Project', new_admin_team_member_path(:team_member => {:user_id => @admin_user.id}), :class => "btn"
index f0a300b..b108f03 100644 (file)
@@ -14,5 +14,5 @@
         %td= f.text_area :key, :style => "width:300px; height:130px"
     %br
     .merge-tabs
-      = f.submit 'Save', :class => "positive-button"
+      = f.submit 'Save', :class => "primary btn"
 
index d13827e..2ba6978 100644 (file)
@@ -44,7 +44,7 @@
     %br
     %br
     .merge-tabs
-      = f.submit 'Save', :class => "positive-button"
+      = f.submit 'Save', :class => "primary btn"
       &nbsp;
       - unless @issue.new_record?
         .right
index ccebd8e..3d847b3 100644 (file)
@@ -2,11 +2,4 @@
   = link_to project_merge_requests_path(@project), :class => "tab #{'active' if current_page?(project_merge_requests_path(@project)) }" do 
     %span 
     Merge Requests  
-  
-
-  - if current_page?(project_merge_requests_path(@project))
-    - if can? current_user, :write_merge_request, @project
-      = link_to new_project_merge_request_path(@project), :class => "add_new", :title => "New Merge request" do 
-        Add new
-
 
index fa02be9..8ddb302 100644 (file)
@@ -1,5 +1,3 @@
-= render "merge_requests/head"
-
 .left.issues_filter
   = form_tag project_merge_requests_path(@project), :method => :get do
     .left
 .clear
 %hr
 
-- if @merge_requests.count > 0
-  %div{ :class => "update-data ui-box ui-box-small ui-box-big" }
-    .data
-      = render @merge_requests
-
-  .clear
-  %br
 
-- unless @merge_requests.count > 0 || params[:f] == "2"
-  .notice_holder
-    %li Merge Requests do not exist yet.
+.row
+  .span10
+    - if @merge_requests.count > 0
+      %div{ :class => "update-data ui-box ui-box-small ui-box-big" }
+        .data
+          = render @merge_requests
+  .span4
     - if can? current_user, :write_merge_request, @project
-      %li You can add a new one by clicking on "Add New" button
-
+      .alert-message.block-message.info
+        %p You can open a new merge request.
+        - if current_page?(project_merge_requests_path(@project))
+          = link_to new_project_merge_request_path(@project), :class => "btn small", :title => "New Merge request" do 
+            Add new
index 29cd3d3..9e74564 100644 (file)
@@ -1,32 +1,31 @@
-%div
+= form_for [@project, @note], :remote => "true", :multipart => true do |f|
   %h3 Leave a note
-  = form_for [@project, @note], :remote => "true", :multipart => true do |f|
-    -if @note.errors.any?
-      .errors.error
-        - @note.errors.full_messages.each do |msg|
-          %div= msg
+  -if @note.errors.any?
+    .alert-message.block-message.error
+      - @note.errors.full_messages.each do |msg|
+        %div= msg
 
-    = f.hidden_field :noteable_id
-    = f.hidden_field :noteable_type
-    = f.text_area :note,  :size => 255
+  = f.hidden_field :noteable_id
+  = f.hidden_field :noteable_type
+  = f.text_area :note,  :size => 255
 
-    .row
-      .span6
-        %h5 Notify via email:
-        .clearfix
-          = label_tag :notify do 
-            = check_box_tag :notify, 1, @note.noteable_type != "Commit"
-            %span Project team
+  .row
+    .span6
+      %h5 Notify via email:
+      .clearfix
+        = label_tag :notify do 
+          = check_box_tag :notify, 1, @note.noteable_type != "Commit"
+          %span Project team
 
-          -if @note.noteable_type == "Commit"
-            = label_tag :notify_author do 
-              = check_box_tag :notify_author, 1 , @note.noteable_type == "Commit"
-              %span Commit author
-      .span6
-        %h5 Attachment:
-        .clearfix
-          = f.label :attachment, "Any file, < 10 MB"
-          .input= f.file_field :attachment, :class => "input-file"
+        -if @note.noteable_type == "Commit"
+          = label_tag :notify_author do 
+            = check_box_tag :notify_author, 1 , @note.noteable_type == "Commit"
+            %span Commit author
+    .span6
+      %h5 Attachment:
+      .clearfix
+        = f.label :attachment, "Any file, < 10 MB"
+        .input= f.file_field :attachment, :class => "input-file"
 
 
-    = f.submit 'Add note', :class => "btn primary", :id => "submit_note"
+  = f.submit 'Add note', :class => "btn primary", :id => "submit_note"
index 4a0f758..db5ffcc 100644 (file)
@@ -18,5 +18,5 @@
               Dark code preview
       .clear
     .buttons
-      = f.submit 'Save', :class => "grey-button"
+      = f.submit 'Save', :class => "btn"
 
index 893263f..47ee009 100644 (file)
@@ -18,7 +18,7 @@
         %br
         = f.password_field :password_confirmation
     .buttons
-      = f.submit 'Save', :class => "grey-button"
+      = f.submit 'Save', :class => "btn"
 .clear
 
 .ui-box.width-100p
@@ -40,5 +40,5 @@
       - if current_user.private_token
         = f.submit 'Reset', :confirm => "Are you sure?", :class => "grey-button"
       - else
-        = f.submit 'Generate', :class => "positive-button"
+        = f.submit 'Generate', :class => "btn"
 
index 421e840..84a47b0 100644 (file)
@@ -47,7 +47,7 @@
         %h3.prepend-top Updating project &amp; repository. Please wait for few minutes
   
   .merge-tabs
-    = f.submit 'Save', :class => "grey-button"
+    = f.submit 'Save', :class => "btn primary"
     &nbsp;
     - unless @project.new_record?
       .right