Skip to content

Instantly share code, notes, and snippets.

@pbmarcano
Last active June 22, 2018 14:55
Show Gist options
  • Save pbmarcano/a465d857a5176d6eabd38dd210a6445d to your computer and use it in GitHub Desktop.
Save pbmarcano/a465d857a5176d6eabd38dd210a6445d to your computer and use it in GitHub Desktop.
All Projects Page
All Projects Page
# This is a comment
Open project -> Project
Project
List
Task
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment