Commit graph

15 commits

Author SHA1 Message Date
Dmitriy Zaporozhets
7f8a520f8a Unite green buttons under one css class
Rename btn-new, btn-create and btn-save to btn-success

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-19 13:55:48 +03:00
Tao Wang
82d35dc5cb i18n: externalize strings from 'app/views/admin/labels'
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-06-16 14:51:09 +10:00
Sam Beckham
e9a789d64d Adds "the" to the new label page to correct the sentence. 2018-06-01 16:41:31 +00:00
Clement Ho
4e54f5ae1b [skip ci] add col-sm-* for form-horizontal changes to keep layout 2018-04-12 18:16:56 -05:00
Clement Ho
c2cbc15574 [skip ci] .input-group-addon to .input-group-prepend, .input-group-append 2018-04-12 15:32:55 -05:00
Clement Ho
c552328617 [skip ci] .form-horizontal => .form-group.row 2018-04-12 15:11:22 -05:00
Clement Ho
e44ceb96d0 [skip ci] .control-label to .col-form-label 2018-04-11 14:36:17 -05:00
Clement Ho
673b0461b0 [skip ci] .help-block to .form-text.text-muted 2018-04-11 13:26:37 -05:00
Mike Greiling
fa0bf1350e remove instances of <input type="color" /> due to inconsistent browser support 2016-09-29 07:19:06 -05:00
Connor Shea
df0a77a7be
Removes two simple instances of inline JavaScript. 2016-07-26 16:59:55 -06:00
Robert Speicher
7a2370f740 Standardize the way we check for and display form errors
- Some views had a "Close" button. We've removed this, because we don't
  want users accidentally hiding the validation errors and not knowing
  what needs to be fixed.
- Some views used `li`, some used `p`, some used `span`. We've
  standardized on `li`.
- Some views only showed the first error. We've standardized on showing
  all of them.
- Some views added an `#error_explanation` div, which we've made
  standard.
2016-04-04 21:37:07 -04:00
Tap
2e81b1558b Label description and Label row
- Add label description
- Show label row when filtering issues or merge requests by label
2016-02-17 21:52:12 +08:00
Douwe Maan
67119e15c0 Use consistent casing for form field labels 2015-12-02 14:41:54 +01:00
Jason Lee
18cb430f79 Replace CoffeeScript block into JavaScript in Views.
For example view: shared/issuable/_context

CoffeeScript: 190ms
JavaScript: 19.7ms
2015-11-10 19:17:37 +08:00
Valery Sizov
57d0013090 CRUD for admin labels 2015-09-03 15:50:23 +03:00