🚀 Sólo código modificado para instalar con docker

This commit is contained in:
Manuel Cillero 2025-06-21 19:46:47 +02:00
parent 41d93da720
commit de8d940598
2217 changed files with 1 additions and 278373 deletions

View file

@ -1,25 +0,0 @@
<div class="contextual">
<%= link_to_attachment @attachment, :text => "#{l(:button_download)} (#{number_to_human_size(@attachment.filesize)})", :download => true, :class => 'icon icon-download' -%>
</div>
<h2>
<%= safe_join([link_to_attachment_container(@attachment.container), @attachment.filename].compact, ' » ') %>
</h2>
<div class="attachments">
<p><%= "#{@attachment.description} - " unless @attachment.description.blank? %>
<span class="author"><%= link_to_user(@attachment.author) %>, <%= format_time(@attachment.created_on) %></span></p>
</div>
<div class="filecontent-container">
<%= yield %>
</div>
<span class="pagination filepreview">
<%= render_pagination %>
</span>
<% html_title @attachment.filename %>
<% content_for :header_tags do -%>
<%= stylesheet_link_tag "scm" -%>
<% end -%>

View file

@ -1,8 +0,0 @@
<% unless controller_name == 'admin' && action_name == 'index' %>
<% content_for :sidebar do %>
<h3><%=l(:label_administration)%></h3>
<%= render :partial => 'admin/menu' %>
<% end %>
<% end %>
<%= render :file => "layouts/base" %>

View file

@ -1,62 +0,0 @@
<html>
<head>
<style>
body {
font-family: Verdana, sans-serif;
font-size: 14px;
line-height: 1.4em;
color: #222;
}
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
h1 { font-size: 1.3em; line-height: 1.4em;}
h2, h3 { font-size: 1.1em; }
a, a:link, a:visited { color: #169;}
a:hover, a:active { color: #c61a1a; }
a.wiki-anchor { display: none; }
fieldset.attachments {border-width: 1px 0 0 0;}
hr {
width: 100%;
height: 1px;
background: #ccc;
border: 0;
margin: 1.2em 0;
}
span.footer {
font-size: 0.8em;
font-style: italic;
}
blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 0;}
blockquote blockquote { margin-left: 0;}
pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
pre {
margin: 1em 1em 1em 1.6em;
padding: 8px;
background-color: #fafafa;
border: 1px solid #e2e2e2;
border-radius: 3px;
width:auto;
overflow-x: auto;
overflow-y: hidden;
}
ul.details {color:#959595; margin-bottom: 1.5em;}
table {
border-collapse: collapse;
margin-bottom: 1em;
}
table, td, th {
border: 1px solid #bbb;
padding: 4px;
}
</style>
</head>
<body>
<% if Setting.emails_header.present? -%>
<span class="header"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_header).html_safe %></span>
<% end -%>
<%= yield %>
<hr />
<% if Setting.emails_footer.present? -%>
<span class="footer"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer).html_safe %></span>
<% end -%>
</body>
</html>

View file

@ -1,8 +0,0 @@
<% if Setting.emails_header.present? -%>
<%= Setting.emails_header %>
<% end -%>
<%= yield %>
<% if Setting.emails_footer.present? -%>
--
<%= Setting.emails_footer %>
<% end -%>