forked from lujanfernaud/prevy
-
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.
Add icons for location, calendar and website
- Loading branch information
1 parent
8499aaf
commit 443b4db
Showing
21 changed files
with
87 additions
and
9 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
app/assets/images/icons/if_icon-ios7-location-outline_211766.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
module IconsHelper | ||
def location_icon | ||
inline_svg location_icon_file, class: "icon icon-location" | ||
end | ||
|
||
def calendar_icon | ||
inline_svg calendar_icon_file, class: "icon icon-calendar" | ||
end | ||
|
||
def link_icon | ||
inline_svg link_icon_file, class: "icon icon-link" | ||
end | ||
|
||
private | ||
|
||
def location_icon_file | ||
"icons/if_icon-ios7-location-outline_211766" | ||
end | ||
|
||
def calendar_icon_file | ||
"icons/if_icon-calendar_211633" | ||
end | ||
|
||
def link_icon_file | ||
"icons/if_icon-link_211853" | ||
end | ||
end |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ | |
Location | ||
</h3> | ||
<p> | ||
<%= location_icon %> | ||
<%= @group.location %> | ||
</p> | ||
</div> | ||
|
2 changes: 1 addition & 1 deletion
2
public/assets/.sprockets-manifest-3166fa9c4d5aaa1767b17f49852da78c.json
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
...c/assets/application-29fd335152f6a434037b90ee05f9673489a5435377820442b1015620526bf377.css
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+25.3 KB
...ssets/application-29fd335152f6a434037b90ee05f9673489a5435377820442b1015620526bf377.css.gz
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...dar_211633-96d8b4b40a7bc7af5f5821257083b42a158986c679e5aa3144c1fb5c267f757e.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+539 Bytes
...n-calendar_211633-96d8b4b40a7bc7af5f5821257083b42a158986c679e5aa3144c1fb5c267f757e.svg.gz
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...ine_211766-2185392dfb3feb3ac53b72a00302af749bcc5ecae6a08bf0a32eb222dc4afc70.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+600 Bytes
...on-outline_211766-2185392dfb3feb3ac53b72a00302af749bcc5ecae6a08bf0a32eb222dc4afc70.svg.gz
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...ink_211853-837f4c6d43b685637636c5118f2f021e586e69457cc270433e4278cb1b482cf8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+559 Bytes
..._icon-link_211853-837f4c6d43b685637636c5118f2f021e586e69457cc270433e4278cb1b482cf8.svg.gz
Binary file not shown.