Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Markech
refinerycms-news
Commits
e122f10f
Commit
e122f10f
authored
Jun 08, 2012
by
Uģis Ozols
Browse files
Make flag icons smaller so that they look nicer in backend news index page.
parent
3baffd05
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/refinery/news/admin/items/_item.html.erb
View file @
e122f10f
...
...
@@ -8,7 +8,7 @@
(
locales
=
item
.
translations
.
collect
{
|
t
|
t
.
locale
}).
present?
%>
<span
class=
'preview'
>
<%
locales
.
each
do
|
locale
|
%>
<%=
refinery_icon_tag
"flags/
#{
locale
}
.png"
,
:size
=>
'
32x32
'
%>
<%=
refinery_icon_tag
"flags/
#{
locale
}
.png"
,
:size
=>
'
16x11
'
%>
<%
end
%>
</span>
<%
end
%>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment