Commit a4819142a0832c9f70375b8893e685da546febef
1 parent
17f1df56
Exists in
master
and in
79 other branches
Small fixes on views
- Remove unused links on categories software block - Change css class to highlight the required fields on new software page Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Showing
2 changed files
with
3 additions
and
9 deletions
Show diff stats
views/blocks/categories_software.html.erb
@@ -2,12 +2,6 @@ | @@ -2,12 +2,6 @@ | ||
2 | <div id="sbp-information-softwares"> | 2 | <div id="sbp-information-softwares"> |
3 | 3 | ||
4 | <h2><%= _("See more Software") %></h2> | 4 | <h2><%= _("See more Software") %></h2> |
5 | - <ul> | ||
6 | - <li><a href="#"><%= _("Most downloaded") %></a></li> | ||
7 | - <li><a href="#"><%= _("Top rated") %></a></li> | ||
8 | - <li><a href="#"><%= _("Recently updated") %></a></li> | ||
9 | - <li><a href="#"><%= _("New in portal") %></a></li> | ||
10 | - </ul> | ||
11 | </div> | 5 | </div> |
12 | 6 | ||
13 | <div id="list-categories"> | 7 | <div id="list-categories"> |
views/software_communities_plugin_myprofile/new_software.html.erb
@@ -39,7 +39,7 @@ | @@ -39,7 +39,7 @@ | ||
39 | <br> | 39 | <br> |
40 | <br> | 40 | <br> |
41 | 41 | ||
42 | - <%= label("domain", _('Domain')) %> | 42 | + <%= label("domain", _('Domain'), {:class => "formlabel mandatory"}) %> |
43 | <div id='software-name-field' class='formfield'> | 43 | <div id='software-name-field' class='formfield'> |
44 | 44 | ||
45 | <span id='software-hostname'><%= environment.default_hostname %>/</span> | 45 | <span id='software-hostname'><%= environment.default_hostname %>/</span> |
@@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
48 | 48 | ||
49 | <%= fields_for @software_info do |swf| %> | 49 | <%= fields_for @software_info do |swf| %> |
50 | <div id="finality" class="formfield type-text"> | 50 | <div id="finality" class="formfield type-text"> |
51 | - <%= swf.label("finality" ,_("Finality"), :class=>"formlabel") %> | 51 | + <%= swf.label("finality" ,_("Finality"), :class=>"formlabel mandatory") %> |
52 | <%= required swf.text_area(:finality, :placeholder => _("What is the software for?"), :maxlength => 120) %> | 52 | <%= required swf.text_area(:finality, :placeholder => _("What is the software for?"), :maxlength => 120) %> |
53 | </div> | 53 | </div> |
54 | <% end %> | 54 | <% end %> |
@@ -65,7 +65,7 @@ | @@ -65,7 +65,7 @@ | ||
65 | </div> | 65 | </div> |
66 | 66 | ||
67 | <div id="profile_change_picture_title" class="formlabel formfieldline"> | 67 | <div id="profile_change_picture_title" class="formlabel formfieldline"> |
68 | - <label> | 68 | + <label class="formlabel mandatory"> |
69 | <%= _("License Version: ") %> | 69 | <%= _("License Version: ") %> |
70 | </label> | 70 | </label> |
71 | <%= render :partial => "license_info_fields", :locals => { | 71 | <%= render :partial => "license_info_fields", :locals => { |