Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelGauthier committed Feb 14, 2017
1 parent c40cc1c commit a6a80bf
Showing 1 changed file with 20 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<span id="ruleLongDescription"></span>
</div>
</div>
<div class="row wbBaseField form-group"">
<div class="row wbBaseField form-group">
<label class="col-xs-12 rule-info">Rudder ID</label>
<div class="col-xs-12">
<span id="rudderID"> Here comes the rudder ID </span>
Expand All @@ -139,22 +139,26 @@

<div class="section-title spacing-title">General information</div>
<div class="groupedEditZone tw-bs">
<div id="nameField">
Here comes the name field
</div>
<div id="categoryField">
Here comes the category field
</div>
<div id="tagField">
Here comes the tag field
</div>
<div id="shortDescriptionField">
Here comes the shortDescription field
</div>
<div id="longDescriptionField">
Here comes the longDescription field
<div class="row">
<div class="col-lg-6 col-md-8 col-xs-12">
<div id="nameField">
Here comes the name field
</div>
<div id="categoryField">
Here comes the category field
</div>
<div id="tagField">
Here comes the tag field
</div>
<div id="shortDescriptionField">
Here comes the shortDescription field
</div>
<div id="longDescriptionField">
Here comes the longDescription field
</div>
<hr/>
</div>
</div>
<hr/>
</div>

<div class="groupedEditZone tw-bs">
Expand Down

0 comments on commit a6a80bf

Please sign in to comment.