atlas_assets 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock
CHANGED
|
@@ -399,11 +399,11 @@ You can create inline helper text.
|
|
|
399
399
|
And you can create block helper text.
|
|
400
400
|
|
|
401
401
|
<div class="example">
|
|
402
|
-
<input type="text"><span class="help-block">Long text ...</span>
|
|
402
|
+
<input type="text"><span class="help-block">Long text <a href="#">with a link</a> ...</span>
|
|
403
403
|
</div>
|
|
404
404
|
|
|
405
405
|
~~~html
|
|
406
|
-
<input type="text"><span class="help-block">Long text ...</span>
|
|
406
|
+
<input type="text"><span class="help-block">Long text <a href="#">with a link</a> ...</span>
|
|
407
407
|
~~~
|
|
408
408
|
|
|
409
409
|
|
data/lib/atlas_assets/version.rb
CHANGED