Skip to content

Commit 709a79b

Browse files
committed
Add link to color scheme settings in article
1 parent 24b3a2c commit 709a79b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/content/pages/articles/how-to-render-css-dynamically-in-rails.html.mdrb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ In this post, we‘ll talk about some techniques and considerations to accomplis
2525
JavaScript not enabled? Go to the <%= link_to "color scheme demo", settings_color_scheme_path(custom_color_scheme_params) %>. Then come back when you’re done.
2626
</noscript>
2727

28+
(You can visit [the settings page](/settings/color_scheme) to save your preferred color scheme to your session.)
29+
2830
## ERB isn‘t just for HTML
2931

3032
The color scheme preview relies on Ruby embedded in HTML templates on the server to render CSS into a `<style>` tag.

0 commit comments

Comments
 (0)