Commit 91938c6e167d640f8e03be8e5a0db2fc4850b0db
1 parent
9780bfac
Exists in
master
and in
29 other branches
Remove unused code
(ActionItem3031)
Showing
1 changed file
with
0 additions
and
11 deletions
Show diff stats
app/views/layouts/embed.rhtml
@@ -3,21 +3,10 @@ | @@ -3,21 +3,10 @@ | ||
3 | <head> | 3 | <head> |
4 | <title>Noosfero embed block</title> | 4 | <title>Noosfero embed block</title> |
5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
6 | - | ||
7 | <%= noosfero_stylesheets %> | 6 | <%= noosfero_stylesheets %> |
8 | <%= noosfero_javascript %> | 7 | <%= noosfero_javascript %> |
9 | - | ||
10 | - <script type='text/javascript'> | ||
11 | - DEFAULT_LOADING_MESSAGE = <%="'#{ _('loading...') }'" %>; | ||
12 | - </script> | ||
13 | - | ||
14 | </head> | 8 | </head> |
15 | <body class="<%= h body_classes %>"> | 9 | <body class="<%= h body_classes %>"> |
16 | - <%= | ||
17 | - @plugins.dispatch(:body_beginning).collect do |content| | ||
18 | - content.respond_to?(:call) ? content.call : content | ||
19 | - end.join("\n") | ||
20 | - %> | ||
21 | <div id="embed"> | 10 | <div id="embed"> |
22 | <div id="wrap-1"> | 11 | <div id="wrap-1"> |
23 | <div id="wrap-2"> | 12 | <div id="wrap-2"> |