diff --git a/app/views/translations/_translation-tips.de.html.erb b/app/views/translations/_translation-tips.de.html.erb new file mode 100644 index 0000000..c2246ab --- /dev/null +++ b/app/views/translations/_translation-tips.de.html.erb @@ -0,0 +1,11 @@ +<%= panel heading: 'Hinweise zur Erstellung von Übersetzungen', context: :info do %> +
+ +
+<% end %> \ No newline at end of file diff --git a/app/views/translations/new.html.erb b/app/views/translations/new.html.erb index 3f0fc9b..5783824 100644 --- a/app/views/translations/new.html.erb +++ b/app/views/translations/new.html.erb @@ -1,5 +1,6 @@ -<% provide(:title, t('.new_translation', id: @problem.id)) %> - -

<%= t '.new_translation', id: @problem.id %>

- -<%= render 'form' %> +<% provide(:title, t('.new_translation', id: @problem.id)) %> + +

<%= t '.new_translation', id: @problem.id %>

+ +<%= render 'translation-tips' %> +<%= render 'form' %>