Commit b23f537cea9456d44fd45abbd230d176667e9f7f
Committed by
fllsouto
1 parent
3536e441
Exists in
colab
and in
4 other branches
Removing extra comments on the repositories form view.
signed-off-by: Fellipe Souto Sampaio <fllsouto@gmail.com>
Showing
1 changed file
with
1 additions
and
15 deletions
Show diff stats
app/views/repositories/_form.html.erb
| ... | ... | @@ -4,7 +4,6 @@ |
| 4 | 4 | <div class="row margin-left-none"> |
| 5 | 5 | <div class="form-table span9"> |
| 6 | 6 | |
| 7 | -<!-- ############################################## --> | |
| 8 | 7 | <div class="form-row"> |
| 9 | 8 | <div class="field-container"> |
| 10 | 9 | <%= f.label :name, class: 'control-label' %> |
| ... | ... | @@ -16,9 +15,7 @@ |
| 16 | 15 | </p> |
| 17 | 16 | </div> |
| 18 | 17 | </div> |
| 19 | -<!-- ############################################## --> | |
| 20 | 18 | |
| 21 | -<!-- ############################################## --> | |
| 22 | 19 | <div class="form-row"> |
| 23 | 20 | <div class="field-container"> |
| 24 | 21 | <%= f.label :description, class: 'control-label' %> |
| ... | ... | @@ -30,10 +27,7 @@ |
| 30 | 27 | </p> |
| 31 | 28 | </div> |
| 32 | 29 | </div> |
| 33 | -<!-- ############################################## --> | |
| 34 | 30 | |
| 35 | - | |
| 36 | -<!-- ############################################## --> | |
| 37 | 31 | <div class="form-row"> |
| 38 | 32 | <div class="field-container"> |
| 39 | 33 | <%= f.label :license, 'License', class: 'control-label' %> |
| ... | ... | @@ -45,9 +39,7 @@ |
| 45 | 39 | </p> |
| 46 | 40 | </div> |
| 47 | 41 | </div> |
| 48 | -<!-- ############################################## --> | |
| 49 | 42 | |
| 50 | -<!-- ############################################## --> | |
| 51 | 43 | <div class="form-row"> |
| 52 | 44 | <div class="field-container"> |
| 53 | 45 | <%= f.label :type, class: 'control-label' %> |
| ... | ... | @@ -59,9 +51,7 @@ |
| 59 | 51 | </p> |
| 60 | 52 | </div> |
| 61 | 53 | </div> |
| 62 | -<!-- ############################################## --> | |
| 63 | 54 | |
| 64 | -<!-- ############################################## --> | |
| 65 | 55 | <div class="form-row"> |
| 66 | 56 | <div class="field-container"> |
| 67 | 57 | <%= f.label :address, class: 'control-label' %> |
| ... | ... | @@ -73,9 +63,7 @@ |
| 73 | 63 | </p> |
| 74 | 64 | </div> |
| 75 | 65 | </div> |
| 76 | -<!-- ############################################## --> | |
| 77 | 66 | |
| 78 | -<!-- ############################################## --> | |
| 79 | 67 | <div class="form-row"> |
| 80 | 68 | <div class="field-container"> |
| 81 | 69 | <%= f.label :process_period, 'Process Period', class: 'control-label' %> |
| ... | ... | @@ -87,9 +75,7 @@ |
| 87 | 75 | </p> |
| 88 | 76 | </div> |
| 89 | 77 | </div> |
| 90 | -<!-- ############################################## --> | |
| 91 | 78 | |
| 92 | -<!-- ############################################## --> | |
| 93 | 79 | <div class="form-row"> |
| 94 | 80 | <div class="field-container"> |
| 95 | 81 | <%= f.label :configuration, class: 'control-label' %> |
| ... | ... | @@ -102,7 +88,7 @@ |
| 102 | 88 | </p> |
| 103 | 89 | </div> |
| 104 | 90 | </div> |
| 105 | -<!-- ############################################## --> | |
| 91 | + | |
| 106 | 92 | </div> |
| 107 | 93 | </div> |
| 108 | 94 | <div class="row margin-left-none" style="margin-top: 20px"> | ... | ... |