-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
44 additions
and
66 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<svg width="50" height="44" version="1.1" viewBox="0 0 13.229 11.642" xmlns="http://www.w3.org/2000/svg"><path d="m3.3073 0c-0.90951 0-1.7198 0.38034-2.3316 0.97565-0.59531 0.59531-0.97565 1.4056-0.97565 2.3316 0 0.90951 0.38034 1.7198 0.97565 2.3316l5.6389 5.6389 5.6389-5.6389c0.59531-0.59531 0.97565-1.4056 0.97565-2.3316 0-0.90951-0.38034-1.7198-0.97565-2.3316-0.59531-0.59531-1.4056-0.97565-2.3316-0.97565-0.90951 0-1.7198 0.38034-2.3316 0.97565-0.59531 0.59531-0.97565 1.4056-0.97565 2.3316 0-0.90951-0.38034-1.7198-0.97565-2.3316-0.59531-0.59531-1.4056-0.97565-2.3316-0.97565z" stroke-width="1.6536"/></svg> | ||
<%= icon("heart", role: "img", "aria-hidden": true) %> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<svg width="50" height="44" version="1.1" viewBox="0 0 13.229 11.642" xmlns="http://www.w3.org/2000/svg"><path d="m3.5387 0c-0.97453 0-1.8456 0.41218-2.4902 1.0393l-0.00308 3e-3h-0.00308c-0.63222 0.63222-1.0423 1.5086-1.0423 2.4962 0 0.97452 0.41218 1.8456 1.0393 2.4902l0.00308 3e-3 5.5722 5.5722 5.5722-5.5692c0.63222-0.63221 1.0424-1.5086 1.0424-2.4962 0-0.97452-0.41218-1.8456-1.0393-2.4902l-0.0031-3e-3v-3e-3c-0.63213-0.63223-1.5085-1.0424-2.4961-1.0424-0.97453 0-1.8456 0.41218-2.4902 1.0393l-0.00308 3e-3h-0.00308c-0.17568 0.17576-0.27419 0.27946-0.35198 0.3948-0.077788 0.11535-0.13485 0.24233-0.22762 0.46464-0.20671-0.49598-0.22874-0.49576-0.57674-0.85344l-0.00308-3e-3v-3e-3c-0.63206-0.63222-1.5085-1.0424-2.4961-1.0424zm0 0.92519c0.73494 0 1.3662 0.29686 1.8414 0.772 0.79509 0.84233 0.82753 0.87766 1.2345 1.8413 0.46851-0.95978 0.49641-0.99171 1.2346-1.8413 0.49282-0.47736 1.1265-0.772 1.8414-0.772 0.73494 0 1.3662 0.29686 1.8414 0.772 0.47736 0.49282 0.772 1.1265 0.772 1.8414 0 0.73494-0.29686 1.3662-0.772 1.8414l-4.9174 4.9174-4.9143-4.9113-0.0030761-0.0060135c-0.47728-0.49282-0.77192-1.1265-0.77192-1.8414 0-0.73494 0.29686-1.3662 0.772-1.8414 0.49282-0.47736 1.1265-0.772 1.8414-0.772z" stroke-width="5.8129"/></svg> | ||
<%= icon("heart-line", role: "img", "aria-hidden": true) %> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
<div class="side-panel"> | ||
<div class="sub-navigation"> | ||
<button class="sub-navigation-opener hide-for-mediumlarge" data-toggle="sub_navigation"> | ||
<%= t(".show_navigation") %> | ||
</button> | ||
<ul id="sub_navigation" class="sub-navigation-content vertical menu" data-toggler=".active"> | ||
<div class="sub-navigation"> | ||
<nav role="navigation" aria-label="<%= t(".nav_label") %>"> | ||
<ul class="vertical striped large menu" role="menubar"> | ||
<% types.each do |key, type| %> | ||
<li class="page-item <%= @selected_type == key ? "is-active" : nil %>"> | ||
<%= link_to type[:name], favorite_path(type: key) %> | ||
<li role="presentation" class="page-item <%= @selected_type == key ? "is-active" : nil %>"> | ||
<%= link_to type[:name], favorite_path(type: key), role: "menuitem" %> | ||
</li> | ||
<% end %> | ||
</ul> | ||
</div> | ||
</nav> | ||
</div> | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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