Some rules to use on your git commit messages.
[jira issue] #[action] : [issue description]
| Add and remove row dynamically. |
| <head> | |
| ... | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <!--[if lt IE 9]> | |
| <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | |
| <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | |
| <![endif]--> | |
| </head> |
| body { | |
| margin: 0; | |
| } | |
| #full > img { | |
| display: block; | |
| float: left; | |
| width: 50vw; | |
| height: 50vh; | |
| object-fit: cover; |
| You can use these settings on your RubyMine [http://rubymine.org]. Here are some RubyMine Live Templates. |
| <table> | |
| <tr> | |
| <td valign="top">2/4/2013</td> | |
| <td> | |
| <dl class="dl-activities"> | |
| <dt> | |
| <button type="button" class="btn btn-mini btn-success disabled" disabled="disabled"> | |
| <i class="icon-plus icon-white"></i> | |
| </button> | |
| </dt> |
| <!-- Choose how input to use with bootstrap-combobox. --> | |
| <%= f.input :parent_name, label: false, hint: false do %> | |
| <div class="input-append input-block-level"> | |
| <%= f.input_field :parent_name, as: :string, placeholder: false, disabled: true, | |
| autocomplete: "off", data: { provide: "typeahead" } %> | |
| <span id="tog" class="add-on typeahead-toggle"> | |
| <span class="caret"></span> | |
| </span> | |
| </div> <!-- /.input-append --> |
| #dsq-comments-title h4 { | |
| color:#333; | |
| } | |
| #disqus_thread { | |
| padding:12px; | |
| margin-bottom:-10px; | |
| } | |
| #disqus_thread h4 { | |
| color:#333; | |
| font-family: Helvetica, sans-serif; |
| Action and Fragment caching supported by Rails.cache, working like caching in HTML templates: |