Skip to content

Commit 74c81a6

Browse files
committed
added link to code repository
1 parent 1b97e10 commit 74c81a6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: docs/getting-started/quick-start.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ I've added a small demo showing you what you will be creating in this tutorial:
1010

1111
_This guide utilizes the full power of Matestack and uses `matestack-ui-core` as a complete substitute for Rails views. If you only want to create UI components in pure Ruby on existing Rails views, please check out_ [_this guide_](../ui-in-pure-ruby/components/components-on-rails-views.md)
1212

13+
{% hint style="info" %}
14+
The code for this twitter-clone is available in [this repository](https://github.com/matestack/twitter-clone).
15+
{% endhint %}
16+
17+
1318
### Setup
1419

1520
* [x] Create a new Rails app and install some dependencies:
@@ -403,8 +408,8 @@ def form_config_helper
403408
{
404409
for: Post.new, path: posts_path, method: :post,
405410
errors: {
406-
wrapper: {tag: :div, class: 'invalid-feedback'},
407-
input: {class: 'is-invalid'}
411+
wrapper: {tag: :div, class: 'invalid-feedback'},
412+
input: {class: 'is-invalid'}
408413
},
409414
success: {emit: "submitted"}
410415
}

0 commit comments

Comments
 (0)