Community Packages
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim:ft=zsh ts=2 sw=2 sts=2 | |
# | |
# agnoster's Theme - https://gist.github.com/3712874 | |
# A Powerline-inspired theme for ZSH | |
# | |
# # README | |
# | |
# In order for this theme to render correctly, you will need a | |
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts). | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Add the code below into your 'Ruby Haml.tmLanguage' file. | |
The file should be located in your sublime packages path. | |
If you don't have one, take the 'Ruby.sublime-package' file | |
from the 'Installed Packages' directory, change the file extension | |
to zip and extract it into your 'Packages' directory. | |
Edit: The previous version failed to match all the cases with a single begin/end pair. | |
This version uses two rules instead of one. One for embedded language that starts without |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-# Here resource is the timeline | |
= simple_nested_form_for resource, url: [resource] do |form| | |
%table.nested_form | |
= form.fields_for :marker_sections, wrapper: false do |section_form| | |
%tr.fields | |
%td | |
%table.nested_form | |
%thead | |
%tr.section |
NewerOlder