mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 09:57:35 +01:00
e367b287a7
This doesn't actually get the release data from anywhere yet, nor do Ruby Sass nor Dart Sass have their own pages yet.
28 lines
820 B
Plaintext
28 lines
820 B
Plaintext
.alert.release
|
|
.container
|
|
%ul
|
|
%li Current Releases:
|
|
%li
|
|
%span.release-name<
|
|
= link_to "Dart Sass", "dart-sass"
|
|
-# Force space between the two links.
|
|
 
|
|
= link_to impl_version(:dart) || "???", release_url(:dart)
|
|
|
|
%li
|
|
%span.release-name<
|
|
= link_to "LibSass", "libsass"
|
|
-# Force space between the two links.
|
|
 
|
|
= link_to impl_version(:libsass) || "???", release_url(:libsass)
|
|
|
|
%li
|
|
%span.release-name<
|
|
= link_to "Ruby Sass", "ruby-sass"
|
|
-# Force space between the two links.
|
|
 
|
|
= link_to impl_version(:ruby) || "???", |
|
|
"/documentation/file.SASS_CHANGELOG.html" |
|
|
|
|
%li= link_to "Implementation Guide", "implementation"
|