Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Markech
refinerycms-news
Commits
52684d22
Commit
52684d22
authored
Nov 03, 2019
by
Martin Markech
Browse files
Fix icons in backend
parent
03e55700
Changes
1
Show whitespace changes
Inline
Side-by-side
app/views/refinery/news/admin/items/_item.html.erb
View file @
52684d22
...
...
@@ -14,16 +14,16 @@
<%
end
%>
</span>
<span
class=
'actions'
>
<%=
link_to
refinery
_
icon
_tag
(
'
application_go.png'
),
refinery
.
news_item_path
(
item
),
<%=
link_to
image_tag
(
'
refinery
/
icon
s/
application_go.png'
),
refinery
.
news_item_path
(
item
),
:title
=>
t
(
'.view_live_html'
),
:target
=>
"_blank"
%>
<%=
link_to
refinery
_
icon
_tag
(
'
copy.png'
),
refinery
.
copy_news_admin_item_path
(
item
),
<%=
link_to
image_tag
(
'
refinery
/
icon
s/
copy.png'
),
refinery
.
copy_news_admin_item_path
(
item
),
:title
=>
t
(
'.copy'
)
%>
<%=
link_to
refinery
_
icon
_tag
(
'
application_edit.png'
),
refinery
.
edit_news_admin_item_path
(
item
),
<%=
link_to
image_tag
(
'
refinery
/
icon
s/
application_edit.png'
),
refinery
.
edit_news_admin_item_path
(
item
),
:title
=>
t
(
'.edit'
)
%>
<%=
link_to
refinery
_
icon
_tag
(
'
delete.png'
),
refinery
.
news_admin_item_path
(
item
),
<%=
link_to
image_tag
(
'
refinery
/
icon
s/
delete.png'
),
refinery
.
news_admin_item_path
(
item
),
:class
=>
"cancel confirm-delete"
,
:title
=>
t
(
'.delete'
),
:method
=>
:delete
,
...
...
Write
Preview
Supports
Markdown
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