Skip to content
Extraits de code Groupes Projets
Valider db94689d rédigé par Pistos's avatar Pistos
Parcourir les fichiers

Converted all [used] SVG graphics to PNG. Sized as they are rendered in actual practice.

parent a6d27e2b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -13,7 +13,7 @@
- for aspect in all_aspects
%li{:data => {:aspect_id => aspect.id}, :class => ("active" if defined?(stream) && stream.aspect_ids.include?(aspect.id))}
.edit
= link_to image_tag("icons/pencil.svg", :height => 12, :title => t('.edit_aspect', :name => aspect.name)), edit_aspect_path(aspect), :rel => "facebox"
= link_to image_tag("icons/pencil.png", :title => t('.edit_aspect', :name => aspect.name)), edit_aspect_path(aspect), :rel => "facebox"
%a.aspect_selector{:href => aspects_path("a_ids[]" => aspect.id), :class => "name", 'data-guid' => aspect.id}
= aspect
......
......@@ -26,7 +26,7 @@
- elsif scope == "AS_photo:post"
%li
.scope-photo
= image_tag('/images/icons/photo.svg', :title => "Cubbies will be able to post photos on your behalf")
= image_tag('/images/icons/photo.png', :title => "Cubbies will be able to post photos on your behalf")
.scope-description
%strong
......
......@@ -24,17 +24,17 @@
#nav_badges
#home_badge.badge
= link_to multi_path, :title => t('_home') do
= image_tag 'icons/home_grey.svg', :height => 16, :alt => t('_home')
= image_tag 'icons/home_grey.png', :alt => t('_home')
#notification_badge.badge
= link_to notifications_path, :title => new_notification_text(@notification_count) do
= image_tag 'icons/notifications_grey.svg', :height => 16, :id => "notification-flag", :alt => new_notification_text(@notification_count)
= image_tag 'icons/notifications_grey.png', :id => "notification-flag", :alt => new_notification_text(@notification_count)
.badge_count{:class => ("hidden" if @notification_count == 0)}
= @notification_count
#message_inbox_badge.badge
= link_to conversations_path, :title => new_message_text(@unread_message_count) do
= image_tag 'icons/mail_grey.svg', :width => 18, :alt => new_message_text(@unread_message_count)
= image_tag 'icons/mail_grey.png', :alt => new_message_text(@unread_message_count)
.badge_count{:class => ("hidden" if @unread_message_count == 0)}
= @unread_message_count
......
......@@ -3,7 +3,7 @@
-# the COPYRIGHT file.
- if likes_count > 0
= image_tag('icons/heart.svg')
= image_tag('icons/heart.png')
- if target_type == "Comment"
= link_to t('likes.likes.people_like_this_comment', :count => likes_count), comment_likes_path(target_id), :class => "expand_likes"
- else
......
......@@ -17,7 +17,7 @@
-if publisher_explain
:javascript
$(document).ready(function()
$(document).ready(function()
{
$("#publisher .dropdown").popover({trigger: 'manual', offset: 10, placement:'below'});
$("#publisher .dropdown").bind("click", function(){$(this).popover("hide")});
......@@ -61,7 +61,7 @@
= status.hidden_field :text, :value => h(publisher_hidden_text), :class => 'clear_on_submit'
#file-upload{:title => t('.upload_photos')}
= image_tag 'icons/camera.svg', :height => 14
= image_tag 'icons/camera.png'
- if publisher_public
= hidden_field_tag 'aspect_ids[]', "public"
......
......@@ -865,7 +865,7 @@ en:
recently: "recently:"
commented_on: "commented on"
posted: "posted"
community_spotlight_stream: "Community Spotlight"
community_spotlight_stream: "Community Spotlight"
aspects_stream: "Aspects"
mentioned_stream: "@Mentions"
followed_tags_stream: "#Followed Tags"
......
public/images/icons/camera.png

1,19 ko

public/images/icons/heart.png

2,87 ko | W: | H:

public/images/icons/heart.png

775 octets | W: | H:

public/images/icons/heart.png
public/images/icons/heart.png
public/images/icons/heart.png
public/images/icons/heart.png
  • 2-up
  • Swipe
  • Onion skin
public/images/icons/home_grey.png

1,34 ko

public/images/icons/mail_grey.png

898 octets

public/images/icons/notifications_grey.png

1,15 ko

public/images/icons/pencil.png

727 octets

public/images/icons/photo.png

2,74 ko

0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter